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: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:35

Margins in IE for Mac


Poster: BigBadBandMan
Dated: Wednesday June 12 2002 - 23:13:15 BST

I have a menu set up at http://www.600building.com/

It works great except that in IE for Mac there is a margin on the page. I have specified no margins in the HTML and they display correctly in every other browser/platform.

When I removed the menu, the zero margins worked fine, so I have deducted it is something with the menu.

Any ideas?

brian


Poster: Raggers
Dated: Saturday June 15 2002 - 9:21:55 BST

The same problem arises in Opera 6 under Windows. It's really annoying. What I did to solve the problem is: place the
Code:
<script type="text/javascript" src="javascript/menu_array.js"></script>
<script type="text/javascript" src="javascript/mmenu.js"></script>

in the body instead of the head section of your code (this is a recommendation of the Milonic people). If this doesn't help try placing it at the end, just before the </body> tag.

HTH
Raggers

margins


Poster: BigBadBandMan
Dated: Tuesday June 18 2002 - 17:37:50 BST

Raggers wrote:
The same problem arises in Opera 6 under Windows. It's really annoying. What I did to solve the problem is: place the
Code:
<script type="text/javascript" src="javascript/menu_array.js"></script>
<script type="text/javascript" src="javascript/mmenu.js"></script>

in the body instead of the head section of your code (this is a recommendation of the Milonic people). If this doesn't help try placing it at the end, just before the </body> tag.

HTH
Raggers


This worked! Thanks so much.