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
Menu is positioned lower in Safari -[SOLVED]-
-
- Beginner
- Posts: 2
- Joined: Sun Jul 31, 2005 3:17 pm
- Contact:
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
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
-
- Beginner
- Posts: 2
- Joined: Sun Jul 31, 2005 3:17 pm
- Contact: