Search found 2 matches

by Bâshrat the Sneaky
Sat Jan 01, 2005 6:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Position of the menu not working...
Replies: 4
Views: 3566

Hi Bâshrat the Sneaky,

You have screenposition="center"; in your menuStyle definition, but screenposition is a menu property , not a style property . That line should go in the menu definition. E.g.,
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
alwaysvisible=1;
orientation ...
by Bâshrat the Sneaky
Tue Dec 21, 2004 7:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Position of the menu not working...
Replies: 4
Views: 3566

Position of the menu not working...

Hi!

I've fully configured my menu, (not yet the content of it), but I can't get it centered :'(

You can find the test page here: http://www.btsunattended.net/tutorials/19.htm

This is my menu_data.js:


_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay ...