Javascript : Link Underline

java , javascript India
  • 18 years ago

    Thankx to all those helped me out of the VB problem.
    Now here it is a new one !!!!
    Please some one helpme




     I donot want the underline on the link, only when mouse goes over it then only link should appear.


       Please send me soon, earliest.
                  Bye

  • 18 years ago

    if u put this code after the </title> and before the <body>


    Code:

    <style>
    <!-- A:link  {color:"#2865D7"; text-decoration:None }
    A:visited {color:"#2865D7"; text-decoration:None }
    A:active {color:"#2865D7"; text-decoration:None}
    A:hover {color:"#1F1F1F";text-decoration:None} -->
    </style>



    if u want an underline, change the ::  text-decoration:Underline :: on whichever link ie visited, a link etc

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”