The easiest way to hide CSS styles from Netscape 4.x is to wrap them using this hack:
/*/*/
.someStyles {}
/* end hack */
That validates, and won't get passed to older Netscapes.
ooze99
The easiest way to hide CSS styles from Netscape 4.x is to wrap them using this hack:
/*/*/
.someStyles {}
/* end hack */
That validates, and won't get passed to older Netscapes.
ooze99