|
have searced the forum extensively for an answer to my problem, but nothing to be found.....
I'm building a site using drop down menus, all works OK until I view it on a laptop with higher screen resolution. Then the drop downs all shift across horizontally
Is it possible to define the positions of the drop downs differently to the way that I'm currently doing it ?
The sample of code that defines the drop down positions etc is :-
<IMG height=30 src="images/sce/navb.jpg" width=750 useMap=#m_navb border=0 name=navb><!-- fwtable fwsrc="images/sce/navb.png" fwbase="navb" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --><MAP name=m_navb>
<AREA onmouseover=window.FW_showMenu(window.fw_menu_0,78 3,168); onmouseout=FW_startTimeout(); shape=RECT coords=620,0,742,30 href="#">
<AREA onmouseover=window.FW_showMenu(window.fw_menu_1,68 2,168); onmouseout=FW_startTimeout(); shape=RECT coords=498,0,620,30 href="#">
The (window.fw_menu_0,783,168) part of code positions the drop down.
Any help would be very much appreciated.
|