Menu is positioned lower in Safari -[SOLVED]-

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
gdeglopper
Beginner
Beginner
Posts: 2
Joined: Sun Jul 31, 2005 3:17 pm
Contact:

Menu is positioned lower in Safari -[SOLVED]-

Post by gdeglopper »

I have used the Milonic menu in a number of web sites, and this is the first time I am having a problem with menu positioning in Safari. The menu appears about 10 pixels lower in Safari 1.3 than it does in IE 6.0 on a PC. Is this a new bug or is there something I haven't added/modified in my pages?

http://www.joewex.com/index.html
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi gd,

I don't have Safari, however I checked your style sheet and you don't seem to have any margins noted. That means each browser is using their 'built-in' automatic margins for the page. Those are not necessarily the same across the browsers. Try setting a fixed margin in your style sheet which should make it the same in all browsers and see if that fixes the problem.

I usually make mine at 10px. body{margin:10px;} or you can specify different ones if you want margin: 15,10,10,10;

Ruth
gdeglopper
Beginner
Beginner
Posts: 2
Joined: Sun Jul 31, 2005 3:17 pm
Contact:

Post by gdeglopper »

Ruth,

Thank you for your suggestion. The menu is positioned consistently across browsers now that the margin style has been set.

gd
Post Reply