Click to See Complete Forum and Search --> : CSS quirk driving me insane!


SavoryMedia
11-23-2005, 03:13 AM
Hola everyone.

I'm having a little problem with the CSS on my new layout and it's about to make me go postal.

http://www.savorymedia.com/layout/

If you open the site in IE, it looks fine so far (ignore the PNG). If you open it in Firefox, the top two color bar areas (red and green) are not showing. I've pared down and cleaned up the CSS all I can but I can not seem to find or fix the problem.

Any help would be greatly appreciated.

Thanks in advance,
MJ / SavoryMedia

Kevey
11-23-2005, 04:12 AM
Just for the heck of it, delete the last </div> from each section that is giving you the color trouble (top & middle each has three instances of </div>...so make it two). I tried that and it made the colors appear in FF. I'm not a CSS expert, but it works...sort of...I think.

Fang
11-23-2005, 05:24 AM
#top, #middle, #bottom {
overflow: auto;
width: 100%;
}

SavoryMedia
11-23-2005, 10:55 AM
Fang,

Much thanks...that fixed it. I'm constantly forgetting about overflow attributes. *smacks self in forehead*

MJ