IE 7, submenu rendering in middle of page

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
ccater
Beginner
Beginner
Posts: 3
Joined: Mon Jun 11, 2007 2:52 pm

IE 7, submenu rendering in middle of page

Post by ccater »

I saw a post written a while ago about this, but the other user put the javascript in their html code, and i have the code in a seperate .js file

this is my problem, my site isnt live yet so i have no example.

BUT

Right menu however goes all to heck when you rollover the menu and subs pop-out. this only happens in IE 6 and IE7 it appears to work correctly in Firefox. but instead they are popping WAY out to the right and at 200px offset vertically from where it should be

as of right now I have this code:
<SCRIPT language=JavaScript src="inc/milonic_src.js" type=text/javascript></SCRIPT>
<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=inc/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=inc/mmenudom.js><\/scr"+"ipt>");
</script>
<SCRIPT language=JavaScript src="inc/menu_data_sub.js" type=text/javascript></SCRIPT>

in a css div layer. I have tried it outside of any div layer and it works perfectly, but that isnt what I want.

Plz help
ccater
Beginner
Beginner
Posts: 3
Joined: Mon Jun 11, 2007 2:52 pm

Post by ccater »

i know have the site loaded so that u can see the problem in IE

http://proof.beavercreekguitars.com
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You are going to have to update your menu to the newest version, especially since you'll need to set up the flash based on the new requirements for the newer IE browsers. You'll need to check this information http://milonic.com/activateflash.php

This will not work with the old menu version, I don't believe, but I'm not sure.

Also, you need to place the menu in a table/div in this manner explained here:

http://milonic.com/tablemenu.php

It is this that's causing the submenu problem. After upgrading there is a much easier way to do it shown here, method 1 is the new way to do it with the new menu versions.

http://support.milonic.com/beginners/ta ... /index.htm

Ruth
Post Reply