|
Posted by Neredbojias on 01/18/08 16:22
Well bust mah britches and call me cheeky, on Fri, 18 Jan 2008 14:28:28 GMT
RS scribed:
> 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*/
As the frugal gourment implied, the prize goes to (3). That's also the one
(uh, meaning "3") which should typically be used most of the time.
--
Neredbojias
Riches are their own reward.
[Back to original message]
|