Click to See Complete Forum and Search --> : 2 times Onemousover !


Asch
05-06-2003, 07:32 AM
Hi,

is it possible to have 2 onemouse over & out, on the same link ( so 4 :o)...) ??how

onMouseover="changetext(content[0])"
&
onmouseover="bgColor='#6699ff'"

thx

asch

:D

requestcode
05-06-2003, 07:58 AM
You would separate them with a semi-colon like this:
onMouseOver="function_name();bgColor='#6699ff'"

Although I think the second part won't work. You might try this.bgColor='#6699ff'

Asch
05-07-2003, 02:35 AM
ya thx duhhh :O) but that i know also lol....
like this it does not work...

do you think its a script problem ?


thx

asch

cajo_vcambra
05-09-2003, 05:53 AM
I donīt know if it will of any help now, but i think you should use this.style.background: '#ffffff' for the second function.