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:04
Centering the Menu
Poster: sondo2121
Dated: Friday June 2 2006 - 22:01:03 BST
On one of the pages (about all the way down) shows the screen position for the menu, but I cant seem to get it to work. I have put this in my menu_data.js file everywhere that I can think of and still doesn't work.
If anyone can help, that would be great.
my code is:
screenposition="center";
Thanks in advance
Poster: Migru
Dated: Saturday June 3 2006 - 11:16:41 BST
Hi
please provide a url , it is better to see the entire code rather than the command setting the property.
Michael
Here's The Link
Poster: sondo2121
Dated: Saturday June 3 2006 - 18:13:54 BST
http://www.sondermann1.net/version_2/homepage.htm
http://www.sondermann1.net/version_2/menu_data.js
Poster: Migru
Dated: Saturday June 3 2006 - 20:03:33 BST
Hi
the menu settings interfere with div class=menu settings. So donĀ“t put it in a div with own css class. Therefore I think, the position set to center will not work. Remove the div (html), remove left=10; (main menu) and set there (main menu) screenposition="center";
If you would like to use css for the menu, please see
http://www.milonic.com/cssbasedmenus.php
Michael