Link color-change
Last
updated 5-31-03
Here's one trick that is actually
useful. It makes links change color when your mouse hovers over them.
You can even combine this effect with the "non-underlined-link"
trick (see example below). Paste the source-code below into your page's
"header section" and all links on your page will be affected.
Example:
Every link on this page.
Combined with the Non-Underlined-link
Here is a
link to the non-underlined-link trick.
Source
code ... paste into page's Head section |
<style>
a:hover{
color:red;
}
</style> |
Or: See all our html
tricks!
|