|
Martin,
That works on every site I need to test on, can't
believe the solution is that easy!!
Tested on PC:
IE6, IE5.5, IE5.0, Opera 7, Netscape
6.
Tested on Mac:
IE5.2, Safari, Firefox
Can't thank you enough for that solution, really
appreciate it.
Now I have to go and overhaul all my rollover
graphics!
Paul
----- Original Message -----
Sent: Wednesday, January 04, 2006 4:07
PM
Subject: Re: [WSG] Images as DIV
Background with and without link (w3c friendly)
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=""><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 ******************************************************
|