Hello.
Have anyone noticed this weird bug with the DHTML menu when viewing the page in IE 5.0 on Mac platform ??
I'm getting this huge gap from top, pushing all the content down by 200 pix or so... when using the Dhtml menu from Milonic.
If you have the same config. with IE 5.0 on Mac.. Try it by just going to this site..
What could be the problem?
hmmmmm....
-Ken
IE 5.0 on Mac
-
- Beginner
- Posts: 2
- Joined: Sun May 19, 2002 7:24 pm
Re: IE 5.0 on Mac
fyi: I am getting this problem only using 3.4 beta...it wasn't happening when i used 3.3.19. perhaps just a bug?
I had the exact same thing with Opera 6.01 under Windows. I solved it by placing the
part inside the body, and (important!), at the end, just before the </body>-tag.
HTH
Code: Select all
<script language=JavaScript src="menu_array.js" type=text/javascript></script>
<script language=JavaScript src="mmenu.js" type=text/javascript></script>
HTH