GFXVoid Graphic Design Forum

Remove Text Formatting
Loading...

» Online Users: 1,174

0 members and 1,174 guests
No Members online

» Site Navigation

 > FAQ

» Stats

Members: 35,442
Threads: 103,075
Posts: 826,688
Top Poster: cc.RadillacVIII (7,429)
Welcome to our newest member, Lekelindids
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Location
    GFXVoid
    Posts
    4,412

    Default

    This is simple tutorial on how to create simple hover-changing link text. This text is used on thousands of sites, including GFXVoid Forums (just hover your mouse over a link and see it change colors). Insert the below code between </head> and <body>

    Code:
    &#60;style type=&#34;text/css&#34;&#62; 
    &#60;&#33;-- 
    a&#58;link { color&#58; red; } 
    a&#58;visited { color&#58; red; } 
    a&#58;hover { color&#58; blue; } 
    &#91;FONT=Courier&#93;a&#58;active&#91;/FONT&#93; { color&#58; red; } 
    --&#62; 
    &#60;/style&#62;
    a:link: The color the link is without hovering.

    a:visited: The color the link is after the user visits it.

    a:hover: The color the link is as the user hovers the mouse over it

    a:active: The color the link is as the mouse is clicking it (try holding down the mouse instead of quickly clicking).


    You can replace the red and blue with hex color code (ie: #00000). Here is an example of the above script inserted into a simple site.


    If you enjoyed this tutorial, we encourage you to register and make an introduction&#33;

  2. #2
    Join Date
    May 2005
    Posts
    4

    Default

    I&#39;v saw it before , but lost the script :/ so THANKS for that

Similar Threads

  1. [B][color=red]New Signature[/color][B]
    By wangzta in forum Sigs & Manips
    Replies: 4
    Last Post: 02-24-2006, 05:46 AM
  2. [COLOR=orange]Yellow[/COLOR]
    By Krimsyn in forum Digital Art
    Replies: 15
    Last Post: 07-28-2005, 05:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.1.1