Posted by Adrienne Boswell on 01/18/08 15:20
Gazing into my crystal ball I observed RS <russ@epcinternet.com> writing
in news:uhd1p35acn2uh1tvqaq6nrkbb1b202689h@4ax.com:
> Hi,
> Which method will load faster, and repond better on the client -
>
> onMouseOver="changeImages()"
Does not work for users without javascript.
>
> Or
>
> a:hover{
> background-image:url(images/BG.gif);
> }
>
Works for those without js, and depends on the size of the image as far
as speed goes.
> Or
>
> a:hover{
> background-color: black; /*change the background color on rollover*/
>
Is always going to be faster than an image on the client.
> Thanks in advance.
>
You're welcome.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|