rjwilldohisbest
Technical User
Hi All.
I have been looking around many places and am trying to employ a style for links, active, visited, hover, etc.
I have put them on an external css sheet and I haven't had much luck with getting the code to work.
a:link { color:#0000ff; }
a:visited { color:#ff00ff; }
a:active { color:#ff0000; }
a:hover { color:#ff0000; }
I have copied tutorials, switched pieces around, even tried issuing the pieces as combined expressions, and using them internally. If anyone would know what I may be doing wrong that would be great.
I'm using IE 5.5 and the code for hover doesn't work with ns from what the tutorial mentioned
Thanks for your time.
RJ
I have been looking around many places and am trying to employ a style for links, active, visited, hover, etc.
I have put them on an external css sheet and I haven't had much luck with getting the code to work.
a:link { color:#0000ff; }
a:visited { color:#ff00ff; }
a:active { color:#ff0000; }
a:hover { color:#ff0000; }
I have copied tutorials, switched pieces around, even tried issuing the pieces as combined expressions, and using them internally. If anyone would know what I may be doing wrong that would be great.
I'm using IE 5.5 and the code for hover doesn't work with ns from what the tutorial mentioned
Thanks for your time.
RJ