PDA

View Full Version : Scripts



djweiser
03-06-2004, 02:56 PM
Hi, anyone got the script which allows hyperlinks in webpages to have no underlining but when the mouse goes over them, there is underline.

Please don't link to just the sites, ive searched most of them but cant find it.

Neo 721
03-06-2004, 05:11 PM
I used to know the change colour one but underline iam not sure.....

vivitron 15
03-06-2004, 05:24 PM
put:


<style type="text/css">
&#60;&#33;--
a:link, a:visited, a:active {
text-decoration: none;
}
a:hover {
text-decoration:underline
}
--&#62;
</style> between <head> and </head>