Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:21
horinzontal & vertical position
Poster: topachou
Dated: Wednesday August 6 2003 - 22:31:32 BST
I'd like to use a link base Menu like :
http://www.milonic.co.uk/menu/menusample.php?sampleid=2
My menu is displayed on a page which is centered horizontally and vertically.
Unfortunately, I can't position my sub-menus correctly.
Used in a fixed 760x420 design, I did the "center:middle" position trick with a negative offset, to position my menu. It works.
But when my page has a different height (ex: 900 x 420) because of its larger content, the sub-menus are not positionned correctly.
I know I could use the "bound to a cell" trick, but I want to use my own links to trigger the sub-menus like that :
<a href=# onmouseover=popup("mainmenu") onmouseout=popdn()>Move Mouse Over Me</a>
So, are there any solutions ?
Thanks for your help.