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
Margins in IE for Mac
-
- Beginner
- Posts: 5
- Joined: Wed Jun 12, 2002 11:05 pm
- Contact:
The same problem arises in Opera 6 under Windows. It's really annoying. What I did to solve the problem is: place the
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
Code: Select all
<script type="text/javascript" src="javascript/menu_array.js"></script>
<script type="text/javascript" src="javascript/mmenu.js"></script>
HTH
Raggers
_______
Raggers
Raggers
-
- Beginner
- Posts: 5
- Joined: Wed Jun 12, 2002 11:05 pm
- Contact:
margins
This worked! Thanks so much.Raggers wrote:The same problem arises in Opera 6 under Windows. It's really annoying. What I did to solve the problem is: place thein 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.Code: Select all
<script type="text/javascript" src="javascript/menu_array.js"></script> <script type="text/javascript" src="javascript/mmenu.js"></script>
HTH
Raggers