View Full Version : Missing menus using IE7
mafotografix
Sep-03-2008, 04:20 PM
Is it just me? My website menus look perfect using Safari and Firefox (all versions). It also looks fine using IE6 but when viewed with IE7, the menus are all screwed up.
When correct, there should be 3 main tabs. From left to right, you'll see 'Welcome, Galleries, Client'. Both welcome and galleries are pull down menus.
IE7 however shows them all stacked up under just 'Welcome'. That's bad! :(
Could anyone offer some advice on how to get it to show consistently on all versions of IE? Thanks.
www.mafotografix.com
Allen
Sep-03-2008, 08:20 PM
Is it just me? My website menus look perfect using Safari and Firefox (all versions). It also looks fine using IE6 but when viewed with IE7, the menus are all screwed up.
When correct, there should be 3 main tabs. From left to right, you'll see 'Welcome, Galleries, Client'. Both welcome and galleries are pull down menus.
IE7 however shows them all stacked up under just 'Welcome'. That's bad! :(
Could anyone offer some advice on how to get it to show consistently on all versions of IE? Thanks.
www.mafotografix.com (http://www.mafotografix.com)
Just a wag but add a space after each <!--
<!--<li>|</li> -->
like this
<!-- <li>|</li> -->
Don't see anything in your html that's bad. Looking t CSS now.
mafotografix
Sep-05-2008, 10:59 PM
Just a wag but add a space after each <!--
<!--<li>|</li> -->
like this
<!-- <li>|</li> -->
Don't see anything in your html that's bad. Looking t CSS now.
Thanks. Just curious, are you using IE7? If you are, does my menu bar show up correctly? www.mafotografix.com
Anyone reading this, could you also let me know. Thanks.
denisegoldberg
Sep-06-2008, 05:07 AM
Thanks. Just curious, are you using IE7? If you are, does my menu bar show up correctly? www.mafotografix.com (http://www.mafotografix.com)
Anyone reading this, could you also let me know. Thanks.
No, it doesn't. Your Galleries and Clients entries are within the Welcome drop-down in IE7. Looks fine in Firefox though.
--- Denise
Allen
Sep-06-2008, 05:26 AM
Thanks. Just curious, are you using IE7? If you are, does my menu bar show up correctly? www.mafotografix.com (http://www.mafotografix.com)
Anyone reading this, could you also let me know. Thanks.
You are still missing the space after <!--
<!--<li>|</li> -->
mafotografix
Sep-10-2008, 01:41 PM
You are still missing the space after <!--
<!--<li>|</li> -->
Thanks. All done. How is it looking right now in IE7 to you guys? Does the 3 main Nav buttons show up correctly?
denisegoldberg
Sep-10-2008, 01:59 PM
Thanks. All done. How is it looking right now in IE7 to you guys? Does the 3 main Nav buttons show up correctly?
Unfortunately, no. The dropdown menu items are all under Welcome.
--- Denise
Allen
Sep-10-2008, 03:20 PM
Thanks. All done. How is it looking right now in IE7 to you guys? Does the 3 main Nav buttons show up correctly?
You have three exrtra spaces in these
change all these
<!-- [if IE 7]><!--></a><!-- <![endif]--> <!-- [if lte IE 6]><table><tr><td><![endif]-->
to this
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
in these also
</ul> <!-- [if lte IE 6]></td></tr></table></a><![endif]-->
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
mafotografix
Sep-11-2008, 09:37 AM
You have three exrtra spaces in these
change all these
<!-- [if IE 7]><!--></a><!-- <![endif]--> <!-- [if lte IE 6]><table><tr><td><![endif]-->
to this
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
in these also
</ul> <!-- [if lte IE 6]></td></tr></table></a><![endif]-->
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
Oh :scratch
OK. I removed the ones specifically mentioned.
I thought you had asked me to add those spaces so I went and added a space after <!-- for all. The space was not there originally.
I don't think it solved the IE7 issue yet :(
Any ideas and suggestions will be appreciated....:bow
Allen
Sep-11-2008, 09:58 AM
Oh :scratch
OK. I removed the ones specifically mentioned.
I thought you had asked me to add those spaces so I went and added a space after <!-- for all. The space was not there originally.
I don't think it solved the IE7 issue yet :(
Any ideas and suggestions will be appreciated....:bow
For these lines there is no space, it was where you were you had comment
tags that needed to space.
mafotografix
Sep-12-2008, 01:02 AM
For these lines there is no space, it was where you were you had comment
tags that needed to space.
IC. Thanks for the explanation Allen.
Its so sad that I've come this close to getting my menus working perfectly but fall short of getting it to look correct using IE7. Sigh....
If there's anyone with an idea for fixing the IE7 menu issue I'm all ears and more. Appreciate any help.
mafotografix
Sep-13-2008, 10:42 AM
IC. Thanks for the explanation Allen.
Its so sad that I've come this close to getting my menus working perfectly but fall short of getting it to look correct using IE7. Sigh....
If there's anyone with an idea for fixing the IE7 menu issue I'm all ears and more. Appreciate any help.
Could someone help me to fix the code so that the menu looks correct for IE7? Anyone? ......:help
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.