-----Original Message-----
I notice that if I apply a class to a <tr> tag it doesn't look like it
is applied in Netscape 4.7. If I then apply the class to the <td> tag
it works fine. Is there some sort of trick I might be missing?
Thank you
Kent
-----------------------------
I believe I used to work around this by specifying the table cell in my
selector.
.navigation4, .navigation4 td { /* styles */ }
CMJ