Paul,
on Wednesday, January 4, 2006 at 15:48 [email protected] wrote:
> I thought the Gilder/Levin/Shea Enhancement Method was best, but
> you can't have a hover state on a graphic link using this.
> Example HTML would be:
> <a id="header" title="Revised Image Replacement"
> href="revised.html"><span></span>Revised Image Replacement</a>
Why?
a#header:hover span {
background: url(another url) no-repeat (or shift);
}
should work.
regards
Martin
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************