aisuruneko
05-18-2003, 10:17 PM
I just recently updated my entire page and in doing so changed the font color. Only the font color. But for some reason all the unvisited links on my page kep coming up the default blue with the underline. The hover works correctly, as does the visited link. But the unvisited link is a bit screwed up.
Here is the code:
<html>
<head>
<title>[The.Napalm.Theory. + .Starscape]</title>
<style>
<link rel="STYLESHEET" type="text/css" href="http://www.napalmtheory.com/css.css">
a:link{color: 9999FF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:visited{color: 9999FF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:active{color: 9999FF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:hover{color: FFFFFF;text-decoration:none;font-family: Century Gothic;font-size:xx-small;cursor:crosshair;filter:fliph;}
</style>
Help? @.x
Here is the code:
<html>
<head>
<title>[The.Napalm.Theory. + .Starscape]</title>
<style>
<link rel="STYLESHEET" type="text/css" href="http://www.napalmtheory.com/css.css">
a:link{color: 9999FF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:visited{color: 9999FF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:active{color: 9999FF;text-decoration:none;font-family: Century Gothic;font-size:xx-small}
a:hover{color: FFFFFF;text-decoration:none;font-family: Century Gothic;font-size:xx-small;cursor:crosshair;filter:fliph;}
</style>
Help? @.x