At the moment I have a piece of script for a button:
onmouseover="style.backgroundColor='<%=background3%>';"
I to change this for a background image - I pressume I would need to use something like:
onmouseover="style.backgroundImage='url(image/button.gif)' ;"
but of course that does'nt work does anyone know what I need to do ?
Many Thanks
2007-12-16
05:24:50
·
2 answers
·
asked by
mrajsmith2000
1
in
Computers & Internet
➔ Programming & Design
Just to clarify onmouseover="style.backgroundColor='<%... works fine, surely if this start with style.background the image version can't just be background: url........ can it ?
2007-12-16
05:43:38 ·
update #1