CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] The ie7 Disappearing Menu Items...
charlie
Permalink to comment
#
December 2011
I've run out of ideas on how to fix the menu in the blue bar in ie7. It won't display.
Link
Can anyone offer a suggestion?
Thank you in advance,
CM
Ketan
Permalink to comment
#
December 2011
Hi,
I have check your HTML & CSS and found whats the issue for menu.
Please follow below steps:
1. Open ie-6-7-fixes.css in notepad or Dreamviewer.
2. Go to UL#main-nav LI id.
3. and please remove zoom:1 from this id.
After this your menu will be appearing in ie7.
Let me know if you have any queries/comments.
Thanks
charlie
Permalink to comment
#
December 2011
Thank you for your suggestion.
I tried removing zoom: 1 from ul#main-nav li and all of the ul#main-nav li a*'s
without success
.
I'm using
ieNetRender
to view ie screen shots. In ie version7 the menu is still missing.
CM
P.S. Also tried
This...
Didn't work.
Add a Comment
Link
Can anyone offer a suggestion?
Thank you in advance,
CM
I have check your HTML & CSS and found whats the issue for menu.
Please follow below steps:
1. Open ie-6-7-fixes.css in notepad or Dreamviewer.
2. Go to UL#main-nav LI id.
3. and please remove zoom:1 from this id.
After this your menu will be appearing in ie7.
Let me know if you have any queries/comments.
Thanks
I tried removing zoom: 1 from ul#main-nav li and all of the ul#main-nav li a*'s without success.
I'm using ieNetRender to view ie screen shots. In ie version7 the menu is still missing.
CM
P.S. Also tried This... Didn't work.