I used Macromedia FireWorks to generate a drop-down menu.
The problem is that the menu is shifting positions when the resolution or screen-size changes.
If you go
here, you can see the menu by hovering your mouse over the buttons (underneath the main image banner).
Now, these buttons are definated in the code as:
HTML Code:
<td><img src="/Website/Index/IndexMenu(Home).jpg" onmouseout="NavigationMenuInactive();" onmouseover="NavigationMenuActive(window.MenuControl_Home_0,250,272,null);"></td>
The section that says "
0,250,272" defines the location of the menu. This is where the problem lies. How can I define the menu to pop-down just under the image, no matter what the resolution, rather than have it positioned by a particular amount of pixels from the left and top of the screen?