I’m quite new to this, so please bear with me.
I am using window.FW_showMenu for pull-down menus on my website at [URL=“http://www.sagacent.com/dev_draak/index.html”]. The Solutions and Resources buttons have pull-down menus that work. However, if I resize the screen, the menu location moves.
The code is:
<td><a href="#" tabindex="01" onMouseOver="MM_swapImage('solutions','','../images/navigation/solutionsOn.gif',1); window.FW_showMenu(window.fw_menu_1,340,138)" onMouseOut="FW_startTimeout(); MM_swapImage('solutions','','../images/navigation/solutions.gif',1)"><img src="../images/navigation/solutions.gif" alt="Solutions" name="solutions" width="104" height="24" border="0"></a></td>
I would like the pull-down menus not to move. What am I doing wrong?
Genia