two onMouseOver

S

steve

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="return setStatus('Click to display picture.')"
onMouseOut="return setStatus('')">

style="background-color: transparent; border: #5f7b94 1px solid;"
onMouseOver = "this.style.borderColor='#ffff00'; '1px solid';"
onMouseOut = "this.style.borderColor='#5f7b94'; '1px solid';"

Thanks
 
L

Lasse Reichstein Nielsen

steve said:
Can I have two or more onMouseOver events and how if yes.

No. But you can do more than one thing on one mouseover event.
I have this image and I wan to add bowlf of this onMouseOver events
how do I do it

onMouseOver="return setStatus('Click to display picture.')"
onMouseOver = "this.style.borderColor='#ffff00'; '1px solid';"

onmouseover="this.style.borderColor='#ff0';return setStatus('click to ...')"

/L
 
S

steve

Can I have two or more onMouseOver events and how if yes.
No. But you can do more than one thing on one mouseover event.



onmouseover="this.style.borderColor='#ff0';return setStatus('click
to ...')"

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top