Can you supply a link to the site or more information on how it is displaying that you think is incorrect? Based on the amount of information you posted I have no way of helping you.
On Mar 13, 11:54 pm, "David Smit" <davids...@gmail.com> wrote:
I fixed this problem simply by replicating the <!--[if lte IE 6]> line in the HTML header with an identical <!--[if lte IE 7]> line. This was by trial and error and there may be a much better way!
> I fixed this problem simply by replicating the <!--[if lte IE 6]> line > in the HTML header with an identical <!--[if lte IE 7]> line. This > was by trial and error and there may be a much better way!
All, I'm getting a similar problem. All the nav menus are saying open in IE7. clicking on a nav link freezes the menu open. The rest will drop open but stay open afterwards. Help!!
can either of you provide a working example of the problem ? It would make it easier. Out of curiousity if you clear the browser cache and try does it still stick open ?
Cheers.
On Mar 31, 3:30 am, "zenmaster...@gmail.com" <zenmaster...@gmail.com> wrote:
> All, > I'm getting a similar problem. All the nav menus are saying open in > IE7. clicking on a nav link freezes the menu open. The rest will drop > open but stay open afterwards. Help!!
> Andres
> On Mar 16, 12:54 pm, "stephane.jacq...@gmail.com"
Unfortunately, this didn't solve the issue for me. The menu's still stay open after one item is clicked. Of course, it won't happen if the page immediately refreshes. Though in a anchored layout, or possibly AJAX layout, all the menu's s once one menu options is clicked (using IE7). The 'bug' doesn't exist on FF(2) or IE6.
> Unfortunately, this didn't solve the issue for me. The menu's still > stay open after one item is clicked. Of course, it won't happen if the > page immediately refreshes. Though in a anchored layout, or possibly > AJAX layout, all the menu's s once one menu options is clicked (using > IE7). The 'bug' doesn't exist on FF(2) or IE6.
> Remi
> On May 4, 9:44 am, JJ <wcta...@gmail.com> wrote:
> > Same problem facing.
> > Here's the solution: > > In the html file: > > Find this line: > > <ul li="nav"> > > Replace with > > <ul li="nav" class="menu">
> > In your css file, add this line > > .menu{position:relative;z-index:100}
> > This should solve the problem.
> > Hope this help anyone using the mollio template. > > Excellent template.
> > Cheers
> > On Mar 14, 11:54 am, "David Smit" <davids...@gmail.com> wrote:
> > > The mollio theme is not rendering correctly for me in IE 7. The NAV is > > > over the header. Any idea how I can fix this?