Valrob:
Remove the Automatic Restore behavior from each button that occurs
onMouseOut.
Make the mouseOver on each button set each other button to the up state.
Consider -
button1
onMouseOver -> button1 to down state; button2 to up state; menu fly out
onMouseOut --> menu close (I don't know how you are handling this)
button2
onMouseOver -> button2 to down state; button1 to up state; menu fly out
etc....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"valrob" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
Hi everyone, this is Valrob.
I have an issue that cannot resolve by myself. Here the situation:
I have a sequence of 7 images (110 x90 each) that are part of a
navigation bar.
The images have a rollover behavior with color off in the up state
position and full color in mouse over. The mouse over triggers also a pop-up
|
menu. So far is pretty simple. The problem is that when moving the mouse
over and selecting item in the pop-up menu the original image is restored to
the up state the moment the mouse rolls out of the image itself.
Quote:
My objective is to have the image keep the mouse over status until the
mouse is actually on another button. I tried a few things with no success.
|
Is there a solution?
Quote:
Hopefully I was clear enough.
Regards
Valrob |