Re: IE 5.5, 6 only OR everything BUT those
Harlan Messinger wrote:[color=blue]
>
> As a compromise that would retain some generality (that is, not
> require me to check what the parent element is in each case), would
> this work:
>
> body>* div.isIE[/color]
I don't know, but this would:
html>body .isIE
html>body .isNotIE
--
Brian (follow directions in my address to email me)
Harlan Messinger wrote:[color=blue]
>
> As a compromise that would retain some generality (that is, not
> require me to check what the parent element is in each case), would
> this work:
>
> body>* div.isIE[/color]
I don't know, but this would:
html>body .isIE
html>body .isNotIE
--
Brian (follow directions in my address to email me)
Comment