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:28
Positioning
Poster: use
Dated: Sunday October 16 2005 - 13:56:00 BST
I have got some problems with the postion of the menue:
The parameters are:
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
followscroll=1;
orientation="horizontal";
top=140;
left=122;
IE, Firefox and Netscape are interpreting this paraters different. Has some one a soultion?
B.
Poster: Ruth
Dated: Wednesday November 2 2005 - 21:20:55 GMT
I would bet they are off by a few pixels. That's because they have different 'automatic' margins. Set the body margin to 0 in css. In the head of the page put
Code:
style type="text/css">
body{margin:0px}</style>
body{margin:0px}</style>
That should equalize them.
Ruth