Sent by Verdon Vaillancourt on 12 July 2002 15:03
Thanks for the quick reply...
On 7/12/02 2:59 PM, "Bjoern Hoehrmann" [EMAIL-REMOVED]> wrote:
> * 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?
>
No I didn't! I meant to select h1, h2 & h3 children of elements with class
boxhead :-0
>> #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.
>
I'll check this out. Thank you. Does this mean I would have to add a class
to any hx within elements with class boxhead to single them out? Bummer :(