mitcho
03-29-2005, 09:40 PM
Hey guys this might sound like an easy problem but im new to scripting so dont have a clue.
I have uploaded a working test here: http://www.arch.usyd.edu.au/~mpag5967/test/
I have a drop down menu behaviour on the 'Portfolio' button which i created using dreamweaver behaviors.
When you rollover the 'Portfolio' button it changes from a white text image to a blue text image and the drop down menu appears.
The problem is when you rollover the drop down menu, the Portfolio button goes back to the mouseOut state (white text image).
I just want to keep the portfolio button in the mouse over state while the cursor is over the drop down menu...I hope that makes sense.
The code associated with the 'Portfolio' button is as follows: <a href="#"
onMouseOver="changeImages('port_button', 'images/port_button-over.jpg');MM_showMenu(window.mm_menu_0330113414_0,0,30,null,'port_button'); return true"
onMouseOut=" changeImages('port_button', 'images/port_button.jpg');MM_startTimeout(); return true"><img name="port_button" src="images/port_button.jpg" width=106 height=30 border=0 alt=""></a>
Thanks so much. i hope someone can help me....
I have uploaded a working test here: http://www.arch.usyd.edu.au/~mpag5967/test/
I have a drop down menu behaviour on the 'Portfolio' button which i created using dreamweaver behaviors.
When you rollover the 'Portfolio' button it changes from a white text image to a blue text image and the drop down menu appears.
The problem is when you rollover the drop down menu, the Portfolio button goes back to the mouseOut state (white text image).
I just want to keep the portfolio button in the mouse over state while the cursor is over the drop down menu...I hope that makes sense.
The code associated with the 'Portfolio' button is as follows: <a href="#"
onMouseOver="changeImages('port_button', 'images/port_button-over.jpg');MM_showMenu(window.mm_menu_0330113414_0,0,30,null,'port_button'); return true"
onMouseOut=" changeImages('port_button', 'images/port_button.jpg');MM_startTimeout(); return true"><img name="port_button" src="images/port_button.jpg" width=106 height=30 border=0 alt=""></a>
Thanks so much. i hope someone can help me....