Rob Emenecker wrote:
> Hi all,
>  
> I've got a site that works well in IE7 and FF2, but IE6 appears to be giving
> me some fits (in MS Virtual machine anyway). If you have access to IE6 and
> FF2, please take a look at:
>  
> http://www.italiascornercafe.com/menu.html
>  
> What in the CSS is either (a) not supported by IE6, or (b) not coded to
> properly to work as intended. The CSS is:
> http://www.italiascornercafe.com/includes/
> <http://www.italiascornercafe.com/includes/italias-screen.css>
> italias-screen.css
> http://www.italiascornercafe.com/includes/
> <http://www.italiascornercafe.com/includes/italias-screen-IE6.css>
> italias-screen-IE6.css
>  
> Thanks for any suggestions! 
>  
> ...Rob
> ________________________________________
> Rob Emenecker @ Hairy Dog Digital
> www.hairydogdigital.com
>   
Hi Rob,

After a cursory glance, I see you're using the child operator to style 
the elements in the menu list (e.g. the ">" in "div.mSelectList > a "). 
That operator isn't supported in IE6, so it's not seeing any of the 
rules that use it. (Although that might be on purpose if you were trying 
to hide those styles from IE6).

HTH,
Matt Henry





______________________________________________________________________
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/

Reply via email to