Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
Posted: Sat Oct 15, 2005 5:37 am
You can try:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
Let's give this a shot...
</title>
<style type="text/css">
body { background-color: black; color: white; }
a:link { color: white; text-decoration: none; }
a:visited { color: grey; text-decoration: none; }
a:hover { decoration: blink; }
a:active { color: grey; text-decoration: none; }
</style>
</head>
<body>
<a href="blah">blah</a>
</body>
</html>
but blink is not supported by IE or a few other browsers. Hopefully CSS3 will even drop ithe value since the HTML <blink> has been deprecated some time now
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum