Hi every one
Can I have two or more onMouseOver events and how if yes.
I have this image and I wan to add bowlf of this onMouseOver events
how do I do it
onMouseOver="re turn setStatus('Clic k to display picture.')"
onMouseOut="ret urn setStatus('')">
style="backgrou nd-color: transparent; border: #5f7b94 1px solid;"
onMouseOver = "this.style.bor derColor='#ffff 00'; '1px solid';"
onMouseOut = "this.style.bor derColor='#5f7b 94'; '1px solid';"
Thanks
Can I have two or more onMouseOver events and how if yes.
I have this image and I wan to add bowlf of this onMouseOver events
how do I do it
onMouseOver="re turn setStatus('Clic k to display picture.')"
onMouseOut="ret urn setStatus('')">
style="backgrou nd-color: transparent; border: #5f7b94 1px solid;"
onMouseOver = "this.style.bor derColor='#ffff 00'; '1px solid';"
onMouseOut = "this.style.bor derColor='#5f7b 94'; '1px solid';"
Thanks
Comment