Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:19

postion of the menu is different in IE and netscape


Poster: Freeman
Dated: Saturday July 17 2004 - 10:25:45 BST

Can anybody help me in positioning the menu correctly in IE AND netscape ? In netscape it is always lower and i dont no what to adjust !
See sample at : http://www.gideon.ch/test.html
Thanks in advance !


Poster: Ruth
Dated: Saturday July 17 2004 - 19:26:39 BST

It seems all browsers have there own margins, padding, spacing and none of them are the same :!: OK. Change your top offset to
Code:
top="offset=166";
put this code in the head of the page
Code:
<style type="text/css">
BODY{ margin-top:5px;}</style>
And either remove the
Code:
Shadow(color='#777777', Direction=135, Strength=5)
or change strength to 2. The overfilter for IE which provides this effects 'shifts' the menu when you apply shadow, drop shadow, glow and a few others.

Ruth