D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: When mouse points at top menu, sub menus behind the slider

Front Page D5 Creation Forum General Questions When mouse points at top menu, sub menus behind the slider Re: When mouse points at top menu, sub menus behind the slider

#4432
D5 Creation
Keymaster
Quote:
Quote from iztokG on May 23, 2013, 13:10
Any idea, please.

Thank you.

We and all the DEVELOPERS test the sites with any Standard Browsers. Unfortunately IE doesn’t maintain all the Coding, HTML and CSS Standards. We have checked Simplify Extend and found all the codes are Standard and there is no reason for not working of sub menus. You can try adding the following code in the Custom Code within Head Area of Simplify Options.

Code:
<style>
#simplify-main-menu ul ul ul { position:absolute; }
</style>

We have also tested your site with Modern.IE and found no coding problem.