[css-d] background color issues

2006-09-08 Thread RKN Studio
problem child - www.magnoliapr.com (/magpr.css) IE 6+ gets the bg color happening in the wrap div, but to my surprise FF, NN and Opera does not. Also, you can see in IE that there is a slight space added after the banner/logo area. The home page is validating XHTML and CSS (save for bgcolor

Re: [css-d] background color issues

2006-09-08 Thread cj
the good browsers have no idea that you want #wrap to contain the floats inside, so they give #wrap a 0 height. you have already triggered haslayout in ie6, which is why it's expanding to contain the floats and the background is showing up. i'd suggest sticking in the easy clearing method to get

Re: [css-d] background color issues

2006-09-08 Thread RKN Studio
Actually - CSS validation states in such warning that I have no background-color assigned for my div#wrap, but if you scroll down to (or otherwise read) the css, I do...?... WTF?!? Thanks, Ron Quoting RKN Studio [EMAIL PROTECTED]: problem child - www.magnoliapr.com (/magpr.css) IE 6+

Re: [css-d] background color issues

2006-09-08 Thread cj
On 9/8/06, RKN Studio [EMAIL PROTECTED] wrote: Thanks cj - this seems to work. Can I assume then that I 'always' use such clear practices after using floats? I didn't know to do this. Thanks, Ron this method is the one i most prefer to both contain floats and to clear them as well. if

Re: [css-d] background color issues

2006-09-08 Thread francky
RKN Studio wrote: Actually - CSS validation states in such warning that I have no background-color assigned for my div#wrap, but if you scroll down to (or otherwise read) the css, I do...?... WTF?!? Thanks, Ron Quoting RKN Studio [EMAIL PROTECTED]: problem child - www.magnoliapr.com