Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    183
    Tokens
    0

    Exclamation Help me hover code needed

    Well this may sound a little bit n00bish but here it is, i need to know the code for links how do i make them change colour when hovered over? :eusa_thin
    Last edited by Graphics; 18-11-2004 at 08:16 PM.

  2. #2
    Join Date
    Jul 2004
    Posts
    1,462
    Tokens
    1,250

    Latest Awards:

    Default

    This is why Dreamweaver is useful

    Put in the CSS (if youre using CSS):

    a:hover {
    text-decoration: none;
    color: #000000;
    }

    Change #000000 to whatever colour code you want it to

Posting Permissions

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