HighDots Forums  

Pop-up menus behind certain types of form elements

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Pop-up menus behind certain types of form elements in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
wsogator
 
Posts: n/a

Default Pop-up menus behind certain types of form elements - 08-22-2006 , 05:10 PM






My pop-up menus are appearing behing drop-down boxes and multi-line text
boxes. Unfortunately, the site I am working on is password protected so I can't
share the code.

However, a good example of the problem is on this web page (New Topic page -
messagepost.cfm). Therefore, it must be a fairly common. My only fear is that
there must not be a fix, or DW would not have the problem on their own pages.

Nonetheless, I thought I'd post this to see if anyone knows of a fix.

Thanx
TextText


Reply With Quote
  #2  
Old   
darrel
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:15 PM






Quote:
Nonetheless, I thought I'd post this to see if anyone knows of a fix.
The fix is usually to hide the form elements when using the menu via
javascript, though the easier solution is typically to just move the form
elements (or don't use fly-out navigation).

The issue is that form elements are active content, and active content
'pokes through' the rest of the HTML.

-Darrel




Reply With Quote
  #3  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:17 PM



All Active content on a page will always rise to the top, so to speak,
including Flash, certain form elements, Java applets, and Active X controls.
This means that each of these will poke through layers.

The only way you can fix this is one of the following -

1. Redesign the page so that there is no conflict
2. Make the menu HIDE the form element before it opens the submenu

Take your choice.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"wsogator" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
My pop-up menus are appearing behing drop-down boxes and multi-line text
boxes. Unfortunately, the site I am working on is password protected so I
can't
share the code.

However, a good example of the problem is on this web page (New Topic
page -
messagepost.cfm). Therefore, it must be a fairly common. My only fear is
that
there must not be a fix, or DW would not have the problem on their own
pages.

Nonetheless, I thought I'd post this to see if anyone knows of a fix.

Thanx
TextText




Reply With Quote
  #4  
Old   
TPK
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:20 PM



Hi wsogator,

Have you tried working in layers and assigning a "z-index" value on the
layers? Items with a higher z-index number would display "on top ov" elements
with a lower z-index number.

TPK


Reply With Quote
  #5  
Old   
wsogator
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:24 PM



I'm afraid of using layers for browser-compatibility reasons. I'm already
seeing signficant differences between the way IE, Safari and Mozilla treat the
same page (the home page of the site, which uses layers).

However, thank you for the suggestion. I may end up going that route, or may
just design the form elements to appear lower on the page.

Also, it turns out that the form elements that are causing problems contain
ASP code - I think that may be the real issue - Microsoft is trying to appear
on top of DW! Ha.


Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:27 PM



That's not going to work. It's not a z-index issue.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"TPK" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi wsogator,

Have you tried working in layers and assigning a "z-index" value on the
layers? Items with a higher z-index number would display "on top ov"
elements
with a lower z-index number.

TPK




Reply With Quote
  #7  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:30 PM



Quote:
I'm afraid of using layers for browser-compatibility reasons
Don't be - there are none. You have fallen for the urban legends. What you
should be afraid of, though, is using them without understanding operator
errors when using them.

Quote:
I'm already
seeing signficant differences between the way IE, Safari and Mozilla treat
the
same page (the home page of the site, which uses layers).
Operator usage errors are what's responsible for all of these differences.

But here's the biggest operator usage error of all -

Using layers as a primary page-layout tool.

Show us your page, and you'll see what the problem is....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"wsogator" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I'm afraid of using layers for browser-compatibility reasons. I'm already
seeing signficant differences between the way IE, Safari and Mozilla treat
the
same page (the home page of the site, which uses layers).

However, thank you for the suggestion. I may end up going that route, or
may
just design the form elements to appear lower on the page.

Also, it turns out that the form elements that are causing problems
contain
ASP code - I think that may be the real issue - Microsoft is trying to
appear
on top of DW! Ha.




Reply With Quote
  #8  
Old   
wsogator
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:33 PM



I just read on some other posts that this is a known issue that can't be fixed
short of putting the form elements in a different layer that dissappears
whenever the mouse rolls over the active content.

Hence, I'm going to close this post.


Reply With Quote
  #9  
Old   
darrel
 
Posts: n/a

Default Re: Pop-up menus behind certain types of form elements - 08-22-2006 , 05:49 PM



Quote:
Hence, I'm going to close this post.
This is a newsgroup. Posts don't get 'closed'.

-Darrel




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.