Wrong Z-Order with Nav_list_ul and E-Mail form Combo

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
flexilog
Posts: 8
Joined: Fri 15. Dec 2006, 23:48

Wrong Z-Order with Nav_list_ul and E-Mail form Combo

Post by flexilog »

Version 1.2.8
When using a {NAV_LIST_UL:VCSS,...} and there is an E-Mail form with a Combobox open, the navigation is shown below the combo.

Screenshot:
Image
See http://www.flexilog.lu
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

search the web for that problem!

You have to use z-index for your content section too.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
flexilog
Posts: 8
Joined: Fri 15. Dec 2006, 23:48

Post by flexilog »

Oliver Georgi wrote:You have to use z-index for your content section too.
IE overrides z-index for Select items. Only solution is an invisible IFrame and js. Or redesign of the page :( so the menu can't collide with Dropdown.
Locked