Margins in IE for Mac

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
BigBadBandMan
Beginner
Beginner
Posts: 5
Joined: Wed Jun 12, 2002 11:05 pm
Contact:

Margins in IE for Mac

Post by BigBadBandMan »

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
Raggers
Beginner
Beginner
Posts: 7
Joined: Wed May 22, 2002 7:39 pm
Location: Utrecht, NL

Post by Raggers »

The same problem arises in Opera 6 under Windows. It's really annoying. What I did to solve the problem is: place the

Code: Select all

<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
_______
Raggers
BigBadBandMan
Beginner
Beginner
Posts: 5
Joined: Wed Jun 12, 2002 11:05 pm
Contact:

margins

Post by BigBadBandMan »

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: Select all

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