mouseover on background

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

    mouseover on background

    Hi I have a page with a frame seperating two pages vertically. I would like
    to be able to change background color when the mouse goes from one frame to
    the other.
    Can this be done? how?



  • Josh Surber

    #2
    Re: mouseover on background

    Each frame has its own window object, which *should* support the
    onmouseover attribute, on browsers that support the event model
    properly. On browsers that don't you are screwed, but then again that
    is the case with most scripts. Pray for standards.

    Comment

    Working...