|
I also added this to the CSS:
.brclear { /* Use a break with this class to clear float containers on both sides */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}
AND, in the HTML, after the closing <div> tag for your main section I added this to your HTML:
<br class="brclear" />
You must have BOTH of those to clear the floats and make the #content "wrap" around everything inside it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|