Kaula Posted February 23, 2006 Posted February 23, 2006 I'm having an awful time figuring out how to set the height of the #center div to expand based on its content. I'm guessing it has something to do with my two float divs inside it. http://www.kaulaiscool.com/css2/feature.htm looks fine in IE, but in FF and Opera you see the problem. Any ideas what I can do, I tried http://www.webmasterworld.com/forum83/200.htm which didnt work. I thought about just giving #center a fixed height, but I guess thats not the right way to do it. Any help would be appreciated! paul Quote
Kaula Posted February 23, 2006 Author Posted February 23, 2006 Sorry for wasting peoples time, I added at the end of the #center div <div id="clear"> </div> #clear { clear: both; position: relative; } and alls good now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.