Charles Blaquière wrote:
> 
> http://www.blaqzone.com/Temp/Popfuel/ .

I cannot read your 10px text.


> 1) Each dark-brown section has 4 nested divs, one for each rounded corner. 
> Unfortunately, the *top two* corners don't appear. ... Why would the bottom
> two background images appear, but not the top two?

.section_NW, .section_NE, .section_SE, .section_SW {zoom:1; ...}

should urge IE6+7 to stabilize the boxes and display the corners [1].


> 2) The red "news" box is nested inside two divs: news > news_right > 
> news_box. news and news_right each have a background image (the white 
> curlicues on either side) positioned within their padding (one left, one 
> right). In IE, however, these background images don't appear correctly -- 

#news {zoom:1; ...}

helps IE6.

In IE7, #news already has layout due to min-height, and the white curves 
show up, but the red box is not wide enough. We'll see if IE7 solves 
it's box model problems in later releases.


Ingo

[1] http://www.satzansatz.de/cssd/onhavinglayout.html#prop

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to