fading links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Steph
    Member
    • Jun 2001
    • 90

    fading links

    Does anyone know how to do this?

    Steph
  • abright5
    New Member
    • Jul 2006
    • 10
    • 3.5.x

    #2
    do you want to make it so that the link disappears after the person has clicked on it?

    If so, here is how to do it:
    • Inside the <body> tag, decide on a Background Colour, using bgcolor=""
    • Then use the vlink="" code to specify a link colour, and make this the same as the above background colour
    • Use the link="" code to decide on a colour for unvisited codes, which will be their colour untill you press them.
    Here is an example of something which would work:
    HTML Code:
     <body bgcolor="teal" link="fuchsia" vlink="teal">
    Hope this helps you

    Comment

    Related Topics

    Collapse

    Working...