JavaScript need to fix problem with dropdown menu and form select
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
kb posted this at 23:43 — 21st June 2006.
He has: 1,380 posts
Joined: Feb 2002
Some code would help.
Abhishek Reddy posted this at 15:17 — 22nd June 2006.
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.
wstinnett posted this at 14:36 — 23rd June 2006.
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>
Thanks,
wstinnett
Abhishek Reddy posted this at 17:35 — 23rd June 2006.
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?
The form item isn't in there, and the generated script is quite obscure.
wstinnett posted this at 13:36 — 26th June 2006.
They have: 16 posts
Joined: May 2006
Here is the link.
http://64.69.89.33/displayproduct.aspx?which=21
Thanks
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.