JavaScript need to fix problem with dropdown menu and form select

They have: 16 posts

Joined: May 2006

Hello,

Does anyone know how to fix this problem. Please notice, as indicated by the arrow, that the dropdown drops under the select dropdown box.

I am using a dropdown menu that I created in Fireworks MX 2004.

Any help would be greatly appreciated.

Thanks,
Walter

He has: 1,380 posts

Joined: Feb 2002

Some code would help.

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

Form elements have priority over other stuff on a page, though I'm not sure if this is defined in the spec. You could try setting z-index values using CSS (higher for the fancy menu, lower for the form dropdown).

As Kyle says, code would help. Smiling

They have: 16 posts

Joined: May 2006

Thanks for the replys.

This page is an aspx page and the breadcrumb and the dropdown menu are contained in user controls. The code for the drop down is below

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
</script>
<script language="JavaScript1.2" src="../mm_menu.js"></script>

<script language="JavaScript1.2">mmLoadMenus();</script>

Edwards Industries, LLC.

Thanks,
wstinnett

Abhishek Reddy's picture

He has: 3,348 posts

Joined: Jul 2001

There's not much from that section that I can advise about. Could you provide a link to the page instead? Smiling

The form item isn't in there, and the generated script is quite obscure. Sad

They have: 16 posts

Joined: May 2006

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.