Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Color Problem with Netscape

Status
Not open for further replies.

chris1

Programmer
Aug 7, 2001
11
US
The script below works fine under IE, but turns all my hyperlinks yellow under Netscape! Any help would be greatly appreciated!!


<style>
A {text-decoration:none;color:#FFFFFFF}
A:hover {text-decoration:none;color:#6699CC}
</style>
 
Chris
a hover does is not accepted in netscape 4 + to 4.75 ver
i dont know if 6 accepts it or not

i am also not so shure that redifining the html tag will also work in netscape
change the page properties (the link color in the default section)

regards ::) Unicorn11
abhishek@tripmedia.com

[red]Life is a stream who's source is hidden[red]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top