Results 1 to 2 of 2

Thread: Dynamic Text ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    This is not really an asp question but does anyone know how you can make the text of a hyperlink change color when you put your mouse over it ?

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    ma,usa
    Posts
    485
    Try this:
    <style>
    A:hover {color:'yellow'}
    A:Active {color:'red'}
    </style>

Posting Permissions

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



Click Here to Expand Forum to Full Width