mouse over links

edited December 2004 in Internet & Media
Does anyone know to make it so when ur mouse goes over a link it changes to a different color? I know the code for pictures to do that, but i can not figure out the one with letters instead of pictures. :confused:

Comments

  • ThraxThrax 🐌 Austin, TX Icrontian
    edited December 2004
    [php]<style>
    a:hover{
    color:red;
    }
    </style>[/php]

    Place it in the HEAD portion of your HTML, and change the colour red to any hex or ASCII value you please.
  • edited December 2004
    it works great thanks for the code :D
Sign In or Register to comment.