<< Back Home
If you see BLUE TEXT you are using Netscape 6-7.2
Here is a new Cascading Style Sheet "hack" I have developed for Netscape 6-7.1/Mozilla 1.01-1.40, using a weakness they have using attribute selectors inside of CSS declarations. The current versions of those agents (Netscape 7.2 and Mozilla 1.8) have fixed this, so use for addressing older versions of those browsers only:
/*\*/
html*#netscape_only {
color:blue;/*seen only by netscape*/
[color:black;
color:black;/*these are seen by IE6 and Safari but hidden from Netscape 6-7*/
]color:black;/*for IE 6*/
}/*end*/
.dummy[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/}
Author - Mitchell Stokely, USA
send comments