However, in IE6 (haven't tried ealier versions), the right sidebar (localsidebarpanel) is off in never land and its color is completely wrong and can't be changed (weird!). I tested with IE 7 and 8 based on output from http://ipinfo.info/netrenderer/ and the layout is even worse, and still same color problem.
----- The color problem is a typo. Actually, a couple of them. First, your conditional comment should read [if lte ie7] (no space). That's why the ie style_sheet is being applied to ie8. Second, the line you have in there is background-color: rgb(142,42,242). What you have in the other sheet is rgb(242,242,242). IE shouldn't have any trouble with that color declaration, so you could just leave it out of the IE sheet entirely, and things should stop being purple, and go back to being gray. ---Tim ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
