Hi guys i quickly need to get your insight on this and i have no idea whats happening and why its happening.
Firstly i'm doing a mock html code which will be echoed with different values later...
What i'm trying to do is write a div with info in it which works like a charm but i'm enclosing the whole DIV with a <A Href> tag to make the whole element clickable.
this is the part that will be repeating with the values pulled from the database and linked to the next relevant page..
here is my mock code which is in plain HTML with my style.
<?php
session_start();
include("includes/database.php");
$partyquery = ("select * from gigguide order by date desc;");
$partyresult = mysql_query($partyquery);
?>
<head>
<title>title</title>
<link href="css/ANstyle.css" rel="stylesheet" type="text/css" />
</head>
<style>
#gigs {
width:594px;
padding-bottom:3px;
}
#monthheader {
background:url(gfx/partymonth_bg.jpg) repeat-x;
height:26px;
width:589px;
padding-left:5px;
margin-top:5px;
text-align:left;
font: Bold 15px/19px arial, verdana, sans-serif;
line-height:1.7em;
color:#3399cc;
float:left
}
#gigbox {
display:block;
height:92px;
padding:2px;
width:590px;
background:#222222;
margin-top:3px;
float:left;
}
#gigboximg {
width:151px;
padding-left:2px;
padding-right:2px;
padding-top:4px;
padding-bottom:4px;
height:84px;
background:#333333;
/* background:#252525; */
float:left;
}
#gigboximg img{
height:80px;
background:#252525;
padding:2px;
}
#gigboxinfo {
width:431px;
padding-left:2px;
padding-right:2px;
padding-top:4px;
padding-bottom:4px;
height:84px;
background:#333333;
/* background:#252525; */
float:left;
}
#title {
height:16px;
width:308px;
padding-left:3px;
padding-bottom:2px;
text-align:left;
font: Bold 16px arial, verdana, sans-serif;
float:left;
}
#titledate {
height:16px;
width:115px;
padding-Right:3px;
padding-bottom:2px;
text-align:right;
font: Bold 11px/15px arial, verdana, sans-serif;
float:left;
}
#info {
width:425px;
padding-top:2px;
padding-left:3px;
text-align:left;
font: normal 11px/15px arial, verdana, sans-serif;
float:left;
}
a img {
border:0px;
}
a #gigbox {
text-decoration:none;
color:#CCCCCC;
}
a #gigbox:hover {
background:#3399cc;
color:#FFCC00;
}
</style>
<body id="GIGGUIDE">
<div id="wrapper">
<div id="header">
<div id='container'>
<div id="gigs">
<div id="monthheader">January / February / March / April / May / June / July / August / September</div>
<a href="/">
<div id="gigbox">
<div id="gigboximg"><img src="gallery/host_logo/alpha_nightlife_logo.jpg" /></div>
<div id="gigboxinfo">
<div id='title'>DJ Fresh - Goes Electro 2 Cd Tour</div><div id='titledate'>24 September 2009</div>
<div id='info'><strong>Feat:</strong> DJ Fresh, DJ Stereologik and DJ Mamba</div>
<div id='info'></div>
<div id='info'><strong>Venue:</strong> News Cafe Hartbeesport Dam <strong>Location:</strong> Hartbeespoor Village Mall</div>
<div id='info'>082**** 3835</div>
</div>
</div>
</a>
<a href="/">
<div id="gigbox">
<div id="gigboximg"><img src="gallery/host_logo/alpha_nightlife_logo.jpg" /></div>
<div id="gigboxinfo">
<div id='title'>DJ Fresh - Goes Electro 2 Cd Tour</div><div id='titledate'>24 September 2009</div>
<div id='info'><strong>Feat:</strong> DJ Fresh, DJ Stereologik and DJ Mamba</div>
<div id='info'></div>
<div id='info'><strong>Venue:</strong> News Cafe Hartbeesport Dam <strong>Location:</strong> Hartbeespoor Village Mall</div>
<div id='info'>082 *** 3835</div>
</div>
</div>
</a>
<div id="monthheader">January / February / March / April / May / June / July / August / September</div>
<a href="/">
<div id="gigbox">
<div id="gigboximg"><img src="gallery/host_logo/alpha_nightlife_logo.jpg" /></div>
<div id="gigboxinfo">
<div id='title'>DJ Fresh - Goes Electro 2 Cd Tour</div><div id='titledate'>24 September 2009</div>
<div id='info'><strong>Feat:</strong> DJ Fresh, DJ Stereologik and DJ Mamba</div>
<div id='info'></div>
<div id='info'><strong>Venue:</strong> News Cafe Hartbeesport Dam <strong>Location:</strong> Hartbeespoor Village Mall</div>
<div id='info'>082 *** 3835</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div id="sidebar">
</div>
<div id="clear"> </div>
<div id="footer">
</div>
</div>
</body>
</html>
what happens now is once you call the code up there the code goes funny in Mozilla and in IE7 and its unpredictable...
the first 2 blocks is perfectly clickable and the 3rd block is not then on the next refresh its all turned up again and the first 2 is not clickable and the 3rd is...
when i look at the source code of the elements acting strange this is what it shows me....
<div id="gigs">
<div id="monthheader">January / February / March / April / May / June / July / August / September</div>
<a href="/">
</a><div id="gigbox">
<a href="/"> </a><div id="gigboximg"><a href="/"><img src="gallery/host_logo/alpha_nightlife_logo.jpg"></a></div>
<a href="/"> </a><div id="gigboxinfo">
<a href="/"> </a><div id="title"><a href="/">DJ Fresh - Goes Electro 2 Cd Tour</a></div><div id="titledate"><a href="/">24 September 2009</a></div>
<a href="/"> </a><div id="info"><a href="/"><strong>Feat:</strong> DJ Fresh, DJ Stereologik and DJ Mamba</a></div>
<a href="/"> </a><div id="info"></div>
<a href="/"> </a><div id="info"><a href="/"><strong>Venue:</strong> News Cafe Hartbeesport Dam <strong>Location:</strong> Hartbeespoor Village Mall</a></div>
<a href="/"> </a><div id="info"><a href="/">082 437 3835</a></div>
<a href="/"> </a></div>
<a href="/"> </a></div>
<a href="/"> </a>
<a href="/">
<div id="gigbox">
<div id="gigboximg"><img src="gallery/host_logo/alpha_nightlife_logo.jpg"></div>
<div id="gigboxinfo">
<div id="title">DJ Fresh - Goes Electro 2 Cd Tour</div><div id="titledate">24 September 2009</div>
<div id="info"><strong>Feat:</strong> DJ Fresh, DJ Stereologik and DJ Mamba</div>
<div id="info"></div>
<div id="info"><strong>Venue:</strong> News Cafe Hartbeesport Dam <strong>Location:</strong> Hartbeespoor Village Mall</div>
<div id="info">082 437 3835</div>
</div>
</div>
</a>
<div id="monthheader">January / February / March / April / May / June / July / August / September</div>
<a href="/">
</a><div id="gigbox">
<a href="/"> </a><div id="gigboximg"><a href="/"><img src="gallery/host_logo/alpha_nightlife_logo.jpg"></a></div>
<a href="/"> </a><div id="gigboxinfo">
<a href="/"> </a><div id="title"><a href="/">DJ Fresh - Goes Electro 2 Cd Tour</a></div><div id="titledate"><a href="/">24 September 2009</a></div>
<a href="/"> </a><div id="info"><a href="/"><strong>Feat:</strong> DJ Fresh, DJ Stereologik and DJ Mamba</a></div>
<a href="/"> </a><div id="info"></div>
<a href="/"> </a><div id="info"><a href="/"><strong>Venue:</strong> News Cafe Hartbeesport Dam <strong>Location:</strong> Hartbeespoor Village Mall</a></div>
<a href="/"> </a><div id="info"><a href="/">082 437 3835</a></div>
<a href="/"> </a></div>
<a href="/"> </a></div>
<a href="/"> </a>
</div>
Any bit of help would be greatly appreciated!!!
Thanks