Page 4 of 4 FirstFirst 1234
Results 31 to 33 of 33
  1. #31
    Join Date
    Nov 2007
    Posts
    144
    Tokens
    0

    Default

    Can someone tell me how to make it change on click too

    Like when you click it turns different for a coupl of seconds?

  2. #32
    Join Date
    Apr 2007
    Location
    Kent
    Posts
    482
    Tokens
    0

    Default

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

    is the CSS code.
    (edit the #000000 to what colour you like)
    Tis' I.

  3. #33
    Join Date
    Feb 2007
    Location
    Essex, England
    Posts
    1,392
    Tokens
    0

    Latest Awards:

    Default

    I'm no javascript coder, but I'm sure i've seen ' this.src= ' on a hover image before before.

    So could you not do:

    <div style="background:red;" onmouseover="this.style='background:blue;'" onmouseout="this.style='background:red;'"></div>

    I tried anyway..


Page 4 of 4 FirstFirst 1234

Posting Permissions

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