Posted by Patrick on 02/18/07 23:09
<%@ LANGUAGE="VBSCRIPT" %>
<html>
<head>
<script>
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>
</head>
Then create a link like so...
<a href=http://www.yourdomain.com/ onmouseover="style.color='red'"
onmouseout="style.color='blue'">your link</a>
This will remove the underscore and then apply a color scheme for the link
upon mouseover.
"Thomas Hejl Pilgaard" <lazyjones@tdcspace.dk.dk> wrote in message
news:cbkXe.172$3I.144@news.get2net.dk...
> Am I wrong in thinking that there used to be a possibility to make a link
> without the underscoring?
> Maybe some parameter in the anchor tag?
>
> --
> ________________________________________________________
> / Thomas Hejl Pilgaard | If you understand what | /\ /\ \
> / Ostenfeldtsvej 8c 2 tv | you're doing, you're | ^ ^ \
> \ 4700 Naestved, Denmark | not learning anything. | = @ = /
> ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
>
Navigation:
[Reply to this message]
|