Community discussion forum

Javascript : Link Underline

  • 6 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

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 6 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).