Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

menu position

Status
Not open for further replies.

gogirl

MIS
Jun 5, 2002
46
US
I found a menu I liked at dynamicdrive.com and have been playing with it. The thing I can't figure out is how to position the menu on the page. It sounds simple, and I'm sure it is, but I can't seem to figure out how to get it from showing up at the top of the page. Even when I try to put it inside a table with a graphic in the row above it, the menu still remains at the top of the page. If anyone could help I would appreciate it.

Thanks,

gogirl
 
this has been solved over in the javascript forum.
 
the roll over part of the menu is controlled by the javascript, in the script there will be a few lines with 4 sets of numbers. these control the position of the menu, you will need to edit these numbers to make it show where you want...

see example here:

<map name=&quot;m_menu2_r1_c1&quot;>
<area shape=&quot;rect&quot; coords=&quot;1,0,96,25&quot; href=&quot;/index.php&quot; >
</map>
<map name=&quot;m_menu2_r1_c2&quot;>
<area shape=&quot;rect&quot; coords=&quot;-94,0,1,25&quot; href=&quot;/index.php&quot; onMouseOut=&quot;FW_startTimeout();&quot; onMouseOver=&quot;window.FW_showMenu(window.fw_menu_0,95,25);&quot; >
</map>
<map name=&quot;m_menu2_r1_c4&quot;>
<area shape=&quot;rect&quot; coords=&quot;0,0,108,25&quot; href=&quot;contact.php&quot; >
</map>

note: due to diffs between NS and IE this will make you nuts trying to make it look the same on both

have fun

Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top