postion of the menu is different in IE and netscape

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Freeman
Beginner
Beginner
Posts: 2
Joined: Sat Jul 17, 2004 10:18 am

postion of the menu is different in IE and netscape

Post by Freeman »

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 !
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

It seems all browsers have there own margins, padding, spacing and none of them are the same :!: OK. Change your top offset to

Code: Select all

top="offset=166";
put this code in the head of the page

Code: Select all

<style type="text/css">
BODY{ margin-top:5px;}</style>
And either remove the

Code: Select all

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
Post Reply