Quote:
Originally Posted by KW802
At it's simplest (a basic anchor tag) the code is...
Code:
a:hover{background-image:url('images/link-back.gif');}
A:hover { POSITION: relative; TOP: 1.0px; LEFT: 1.0px; }
Depending upon how complicated your style is (eg: there is a different named CSS style for links in the header, tables, etc.) you might have to define the hover graphic in a few different places.
|
thanks i'll give it a try... :ermm: