Hi,
I've used the menu successfully since January 06 by adding the JS to a table cell - works fine. I've just written a web based admin panel to build the menu on the fly from an SQL Server database, and the resulting menu (which should be sitting neatly in the topmost table cell) is offset to the right and down in the table cell. The JS generated by my scripts is almost identical to the original JS (there are some exceptions - for example, I've used numeric menunames, but nothing which would result in the menu offset, I think).
My menu can be viewed here...
http://www.world-challenge.co.uk/milonic/problem.html
I'm using the standard menu.js, milonic_src.js, mmenudom.js and mmenuns4.js files.
Can anyone see what might be causing the offset?
Regards
Rae MacLeman
Menu offset in table cell
Hi,
You're generating a top and left position, without that the menu doesn't have the offset
Ruth
You're generating a top and left position, without that the menu doesn't have the offset
Code: Select all
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible="1";
orientation="1";
position="relative";
-
- Beginner
- Posts: 8
- Joined: Tue Jul 25, 2006 11:57 am
Many thanks...
... it's been a long day. I should spotted that - thanks.
Rae MacLeman
Rae MacLeman