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)?
<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)?