Forums Archive Index > SmartMenus 5 > menu working fine in Netscape7.1 but not in IE

Author: pareshgawand

Date: 5 May 2005 7:18 am

Hello everybody,

menu working fine in Netscape7.1 but not in IE.

Actually in IE menu is dropping down but menu items cannot be viewed.

In s_array.js file i have declared

s_add(
{N:'PLAN YOUR FURTURE',LV:1,MinW:130,T:75,L:102,P:false,S:s_CSSTop},

in netscape i can view the contains of menu but not in IE. Menu width in IE becomes too small.

Please help me.


Author: smartmenus

Date: 10 May 2005 1:32 pm

I suppose you have the link to the loader script nested in some other tags except the <body> tag (a table most probably).

Please make sure that the link to the loader script is a direct child to the <body> tag and is not nested in any other tag on your page. You can place it right after your opening <body> tag or at the end of the source just before the closing </body> tag, or somewhere else in the source but always make sure it is a direct child of the body element.

Let me know if this is not what causes the issue. Please also provide an URL for testing if this is the case.