Click to See Complete Forum and Search --> : background box


jrthor2
05-25-2007, 07:01 AM
On the below page, I have a yellow box that is behind a block of text. The box looks fine in IE7 and FireFox, but in IE6, the box is only behind the text at he top of the box, not the list of items listed underneath the text. How can I fix this?

http://www.goldenglovepromotions.com

Thanks!

KDLA
05-25-2007, 08:54 AM
If you've floated those list columns, that'll happen. The float setting sets the element apart from the parent div.

KDLA

jrthor2
05-25-2007, 08:57 AM
they are floated, so how do I fix that?

KDLA
05-25-2007, 09:07 AM
My first reaction is a table :eek:
You might try setting a background for the <ul>'s and try to mirror the width and borders with that.

KDLA

jrthor2
05-25-2007, 09:29 AM
I used a table for now, but if anyone has any ideas as to doing this without a table, that would be great. I tried, but no luck.