Previous Message
Next Message

Re: [css-d] Newbie selector question

Sent by Bjoern Hoehrmann on 12 July 2002 14:02


* Verdon Vaillancourt wrote:
>Is there anything obvious wrong with the following selectors?  IE6 on Win
>seems to be ignoring them, but I am getting the expected results in IE5.x
>and Chimerea/Mozilla (MacOSX).

No, they are ok.

>.boxHead>h1,h2,h3 { margin: 0 0 2px 5px; }
>.boxSubHead>h1,h2,h3 { margin: 0 0 2px 0px; }

You know this selects h1 children of elements
with class boxHead and h2 elements and h3 elements?

>#leftcontent>div.boxContent { font-size: .8em; }
>#rightcontent>div.boxContent { font-size: .8em; }

Eric has CSS Level 2 Selectors support chars on webreview.com. Internet
Explorer 6 for Windows does not support the child combinator.
Previous Message
Next Message

Message thread: