lucky
08-31-2003, 09:32 PM
I am having trouble with a link transition that I learned through ````````` [who referred me here]. I followed the directions exactly, but the effect did not happen.
I would really appreciate the help. Thank y'all :)
Exact code on my website.
-----------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<style><!-- a{behavior:url(http:/www.mywebsite.com/link.htc); color:red; filter: progid:dximagetransform.microsoft.gradientwipe (duration=1.0); height:0px; text-decoration:none} --></style>
<style type="text/css"> a:hover {color:black} </style>
<title>Title</title>
</head>
<body>
Hello, I use this page to test out new stuff I have learned.
<br><br>
This is a <a href="http://www.mywebsite.com">deliberate link</a>
</body>
</html>
I would really appreciate the help. Thank y'all :)
Exact code on my website.
-----------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<style><!-- a{behavior:url(http:/www.mywebsite.com/link.htc); color:red; filter: progid:dximagetransform.microsoft.gradientwipe (duration=1.0); height:0px; text-decoration:none} --></style>
<style type="text/css"> a:hover {color:black} </style>
<title>Title</title>
</head>
<body>
Hello, I use this page to test out new stuff I have learned.
<br><br>
This is a <a href="http://www.mywebsite.com">deliberate link</a>
</body>
</html>