Hi
Pasrt of HTML -
<div class='button'> <input type='image'
src='/images/check1.jpg'></input></div>
Part of CSS -
..button {background-image: url(/images/check1.jpg); background-repeat:
no-repeat;}
..button:hover {background-image: url(/images/check2.jpg); background-repeat:
no-repeat;}
Is there something I'm missing? Image should change on mouseover. Image
doesn't change. Using IE7 and FF.
Regards
John
Comment