Hi,
I know there have been a few postings about this but i just wanted to show someone the style sheet i'm using, so, perhaps they can tell me why it fails to work in Netscape 4.7. (works perfectly in IE 5.0).
I'm thinking that netscape does'nt like the '.style' type definition (e.g .top_link {..)
Thanks
I know there have been a few postings about this but i just wanted to show someone the style sheet i'm using, so, perhaps they can tell me why it fails to work in Netscape 4.7. (works perfectly in IE 5.0).
Code:
.topbar_text {font-family:"arial"; font-size:13pt; font-weight:bold; color:#336666}
.normal_text {font-family:"arial"; font-weight:bold; font-size:12pt}
.top_link {font-family:"arial"; font-size:8pt; color:black; text-decoration:none}
A:link {font-family:"arial"; font-size:8pt; color:black; text-decoration:none}
A:hover {font-family:"arial"; font-size:8pt; color:#336666; background-color:#99cc00; text-decoration:underline}
A:visited {font-family:"arial"; font-size:8pt; colour:black}
I'm thinking that netscape does'nt like the '.style' type definition (e.g .top_link {..)
Thanks