Cherchezlafemme
05-21-2003, 12:29 AM
http://www.angelic-network.com/AC/legs/legs.htm
I f you go over the links they fade. I want the javascript for that I have never found the script! HELP
no it's not hover buttons!!!!
amicus
05-21-2003, 03:03 AM
the site is doing it with css :). just change the colors to what ever you want.
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:active {
color: #AAAAAA;
text-decoration: none;
}
a:hover {
color: #AAAAAA;
text-decoration: underline;
}
Cherchezlafemme
05-21-2003, 08:29 PM
no, not that link the links that say About Me and so on and so forth not the iframe!!!!
Mods I think you should move this back to Javascript!
amicus
05-21-2003, 09:04 PM
ok try this one :). on that one there doing an image swap, here's the javascript and link to make it work. just change the stuff in blue. this isn't the sites code so we don't need permission, lots of people do image swaps anyways. 'java script' is one word, for some reason it got broken up.
<script language="javascript">
function toggleImage( imageName, imageURL ) {
document[ imageName ].src = imageURL;
}
</script>
<a href="#" onmouseover="javascript:toggleImage( 'imageName', 'imageURL' )" onmouseout="javascript:toggleImage( 'imageName', 'imageURL' )"><img src="imageURL" name="imageName" width="25" height="25" border="0"></a>
Cherchezlafemme
05-21-2003, 09:49 PM
thanks but i found a link that had exactly what iwant