Click to See Complete Forum and Search --> : Floats and Clears?


lilqhgal
01-18-2007, 10:20 PM
Well I *thought* I had this worked out. I have two floats side by side, one floated left and one floated right, and then a <div class="clear"></div> underneath it to clear it. However, I'm having problems with the background of the inner container to repeat correctly in FF - it doesn't repeat vertically like it does in IE due to a flaw in IE in which it is expanding to contain the floated divs, left and right. Can someone peek for me??

http://70.86.252.197/~cowgirl/index.php?option=com_jportfolio&Itemid=4

Thanks so much!

ray326
01-18-2007, 11:42 PM
You need to remove the background from the edges of CE-container.gif.

lilqhgal
01-19-2007, 07:00 AM
I'm sorry but I don't seem to understand how that would help the problem I'm having?

Centauri
01-19-2007, 07:53 AM
In your css file ce-newsite-port.css, the following appears :#jp_frontcategories {
font-family: Georgia, "Times New Roman", Times, serif;
color: #536a8b;
font-size: 17px;
font-weight: bold;
height: 16px;
padding: 5px;
width: 450px;
}

The highlighted height setting is limiting the height of the content.

Cheers
Graeme

lilqhgal
01-19-2007, 08:44 AM
:D :D :) :o :p THANK YOU! :cool: