lifelineamerica
Programmer
I'm getting a horrible gap where there should be none but only in IE6.
Page I'm working on:
The css code for that section is this:
div.content_top_cap{
float:left;
width:900px;
background-image:url(../imgs/main_content_topcap.gif);
background-repeat:no-repeat;
height:13px;
}
div.content{float:left;
width:882px;
background-color:#ffffff;
min-height:500px;
padding:9px;
}
Page I'm working on:
The css code for that section is this:
div.content_top_cap{
float:left;
width:900px;
background-image:url(../imgs/main_content_topcap.gif);
background-repeat:no-repeat;
height:13px;
}
div.content{float:left;
width:882px;
background-color:#ffffff;
min-height:500px;
padding:9px;
}