Posted by RS on 01/18/08 14:28
Hi,
Which method will load faster, and repond better on the client -
onMouseOver="changeImages()"
Or
a:hover{
background-image:url(images/BG.gif);
}
Or
a:hover{
background-color: black; /*change the background color on rollover*/
Thanks in advance.
}
[Back to original message]
|