UBB.Dev
Posted By: JawBeans onMouseover link text fade - 08/01/2002 5:26 AM
Just looking for a test link fade when a user hovers over it. Saw it somewhere but i forget the site.
Posted By: Matt Jacob Re: onMouseover link text fade - 08/01/2002 7:56 AM
Were you looking for something like this , maybe?
Posted By: RandyM Re: onMouseover link text fade - 08/02/2002 4:27 AM
That is very cool...
Posted By: JawBeans Re: onMouseover link text fade - 08/06/2002 11:48 AM
Yeap thats the one. I would really wish though for netscape to start catching up on its own technology. I mean they created javascript and they don't ever support this. But thats getting off topic. -_-
Posted By: JawBeans Re: onMouseover link text fade - 08/07/2002 1:03 AM
There seems to be a problem. The one for the text only works for one line of text. And the Div's dont offer much in formatting; everything else I add around the text gets tiled downward.

I need one like the one at www.gamespot.com
Posted By: Matt Jacob Re: onMouseover link text fade - 08/07/2002 7:09 AM
It's easy to do what gamespot.com does! Just a bit of CSS is all it takes.
Code
<head>
<style type="text/css">
<!--
a:hover {
color: #ffffff; /* your color goes here */
text-decoration: none; /* to remove line under links */
}
-->
</style>
</head>
Posted By: Charles Capps Re: onMouseover link text fade - 08/07/2002 9:11 PM
Quote
quote:
Originally posted by JawBeans:
Yeap thats the one. I would really wish though for netscape to start catching up on its own technology. I mean they created javascript and they don't ever support this. But thats getting off topic. -_-
Mozilla (and thereby NS6+) supports this just fine.
Posted By: JawBeans Re: onMouseover link text fade - 08/14/2002 6:29 AM
mjacob, the very top nav fades. Not the site nav. Not unless I need glasses now, that would stink.
Posted By: Matt Jacob Re: onMouseover link text fade - 08/14/2002 4:54 PM
I'm not going to help you steal their code, but you can copy it yourself if you want.
© UBB.Developers