two onMouseOver

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • steve

    two onMouseOver

    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


  • Lasse Reichstein Nielsen

    #2
    Re: two onMouseOver

    "steve" <NOSPAMstoianst oian@hotmail.co m> writes:
    [color=blue]
    > Can I have two or more onMouseOver events and how if yes.[/color]

    No. But you can do more than one thing on one mouseover event.
    [color=blue]
    > 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.')"[/color]
    [color=blue]
    > onMouseOver = "this.style.bor derColor='#ffff 00'; '1px solid';"[/color]

    onmouseover="th is.style.border Color='#ff0';re turn setStatus('clic k to ...')"

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    • steve

      #3
      Re: two onMouseOver

      > > Can I have two or more onMouseOver events and how if yes.[color=blue]
      >
      > No. But you can do more than one thing on one mouseover event.
      >[color=green]
      > > I have this image and I wan to add bowlf of this onMouseOver[/color][/color]
      events[color=blue][color=green]
      > > how do I do it
      > >
      > > onMouseOver="re turn setStatus('Clic k to display picture.')"[/color]
      >[color=green]
      > > onMouseOver = "this.style.bor derColor='#ffff 00'; '1px solid';"[/color]
      >
      > onmouseover="th is.style.border Color='#ff0';re turn setStatus('clic k[/color]
      to ...')"

      Thanks


      Comment

      Working...