|
I must say, you're going about that layout the hard way. There's an easier away to get that red 'stripe' in there without using two extra divs just to hold the images, especially since all your content is in the center, you don't need 3 'columns'.
Create ONE graphic that contains the top part down to just below the red bar where the gradient turns into plain gray. Put that graphic in as the background of a #container div and set it to repeat horizontally only. Set your body BG color to the gray. Then use a fixed-width "wrapper" to hold the center section.
By the way, min-width and max-width will be ignored by IE 6 and below.
The float: left; left:160px will ONLY work if #content is set to absolute or relative positioning, neither of which may be necessary. Margin-left would be needed for float - and then you invoke the IE doubled-float margin bug.
__________________
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
|