Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IE 7 issues
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
David Smit  
View profile  
 More options Mar 13 2007, 11:54 pm
From: "David Smit" <davids...@gmail.com>
Date: Tue, 13 Mar 2007 21:54:22 -0600
Local: Tues, Mar 13 2007 11:54 pm
Subject: IE 7 issues
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?

Thanks,

David


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kevin  
View profile  
 More options Mar 14 2007, 2:22 am
From: "Kevin" <kevinlen...@lakeareawebs.com>
Date: Tue, 13 Mar 2007 23:22:44 -0700
Local: Wed, Mar 14 2007 2:22 am
Subject: Re: IE 7 issues

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob  
View profile  
 More options Mar 14 2007, 4:39 am
From: "Rob" <robin.wi...@inter-weavers.com>
Date: Wed, 14 Mar 2007 01:39:23 -0700
Local: Wed, Mar 14 2007 4:39 am
Subject: Re: IE 7 issues
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!

<!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="/0/
website.nsf/ie6_or_less.css?OpenFileResource" /> <![endif]-->
<!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="/0/
website.nsf/ie6_or_less.css?OpenFileResource" /> <![endif]-->

On Mar 14, 3:54 am, "David Smit" <davids...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
davidsmit@gmail.com  
View profile  
 More options Mar 14 2007, 9:28 am
From: "davids...@gmail.com" <davids...@gmail.com>
Date: Wed, 14 Mar 2007 13:28:59 -0000
Local: Wed, Mar 14 2007 9:28 am
Subject: Re: IE 7 issues
Rob, That makes sense. I will try it and let you know.

On Mar 14, 1:39 am, "Rob" <robin.wi...@inter-weavers.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
stephane.jacquot@gmail.co m  
View profile  
 More options Mar 16 2007, 12:54 pm
From: "stephane.jacq...@gmail.com" <stephane.jacq...@gmail.com>
Date: Fri, 16 Mar 2007 09:54:14 -0700
Local: Fri, Mar 16 2007 12:54 pm
Subject: Re: IE 7 issues
Sorry,

I've tried this:
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->

It doesn't work on IE 7 only

Once you have clicked on any menu item:
All dropdown menus keeps on staying open after you take your mouse out
of them...

I can't figure how I can fix it...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zenmasterfoo@gmail.com  
View profile  
 More options Mar 30 2007, 1:30 pm
From: "zenmaster...@gmail.com" <zenmaster...@gmail.com>
Date: Fri, 30 Mar 2007 10:30:25 -0700
Local: Fri, Mar 30 2007 1:30 pm
Subject: Re: IE 7 issues
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"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mantra  
View profile  
 More options Mar 31 2007, 6:51 am
From: "mantra" <iman...@tpg.com.au>
Date: Sat, 31 Mar 2007 03:51:34 -0700
Local: Sat, Mar 31 2007 6:51 am
Subject: Re: IE 7 issues
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JJ  
View profile  
 More options May 4 2007, 3:44 am
From: JJ <wcta...@gmail.com>
Date: Fri, 04 May 2007 00:44:41 -0700
Local: Fri, May 4 2007 3:44 am
Subject: Re: IE 7 issues
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Remi_Woler  
View profile  
 More options May 16 2007, 8:41 pm
From: Remi_Woler <remiwo...@gmail.com>
Date: Wed, 16 May 2007 17:41:38 -0700
Local: Wed, May 16 2007 8:41 pm
Subject: Re: IE 7 issues
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
fonemstr  
View profile  
 More options May 24 2007, 9:46 pm
From: fonemstr <fonem...@gmail.com>
Date: Fri, 25 May 2007 01:46:09 -0000
Local: Thurs, May 24 2007 9:46 pm
Subject: Re: IE 7 issues
Try putting the javasript code inside the conditional code

<!--[if lte IE 6]>
        <link rel="stylesheet" type="text/css" href="/ie6_or_less.css" />
        <script type="text/javascript" src="/js/common.js"></script>
<![endif]-->

IE 7 doesn't need it.

On May 16, 8:41 pm, Remi_Woler <remiwo...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »