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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JavaScript Menu Position

Status
Not open for further replies.

bikh

Programmer
May 3, 2002
25
US
I am using Likno's AllWebMenus v3.1 and I have created a menu. By default, the menu used absolute positioning with x,y coordinates. However, I want the menu to appear inside a table cell. In the help they specify the following code to be able to place the menu using relative positioning:

<style>.awmAnchor {position:relative}</style><span id='awmAnchor-mymenu' class='awmAnchor'></span>

However, this does not work in all browser versions. Does anyone know how I can make this compatible with IE & NS versions 5 & 6 (and above)?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top