Results 1 to 3 of 3

Thread: Scripts

  1. #1
    Poster
    Join Date
    Oct 2003
    Location
    UK
    Posts
    1,158
    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.

  2. Internet, Programming and Graphics   -   #2
    *Grunt*
    Join Date
    Jul 2003
    Location
    Newcastle, United Kingdom
    Posts
    863
    I used to know the change colour one but underline iam not sure.....

  3. Internet, Programming and Graphics   -   #3
    vivitron 15's Avatar Poster
    Join Date
    Jan 2003
    Location
    North East England, UK
    Posts
    1,741
    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>
    <insert signature here>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •