SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Drop down menu bug in IE6
-
Oct 26, 2007, 05:54 #1
- Join Date
- Mar 2005
- Location
- Rio de Janeiro - Brazil - South America
- Posts
- 409
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Drop down menu bug in IE6
Test case is here: http://www.maujorsite.com/temp/teste.html
When we open the 2nd and 3th level submenus some borders are
are missed in IE5.0 IE5.5 IE6 (don't test in IE7 until now).
If the submenu are closed and then re-opens, IE bingo! the borders was there!
A possible fix is:
ul#nav li {margin: -1px;}
I need another fix because this one cause double left borders and desappearing border if I set a background-color.
TIA
RegardsMauricio Samy Silva
http://www.maujor.com/
-
Oct 26, 2007, 07:02 #2
- Join Date
- Jan 2003
- Location
- Hampshire UK
- Posts
- 40,556
- Mentioned
- 183 Post(s)
- Tagged
- 6 Thread(s)
Hi Mauricio,
You need to use 1px and not 1% here:
Code:* html ul li a {height: 1px;}
-
Oct 26, 2007, 07:43 #3
- Join Date
- Mar 2005
- Location
- Rio de Janeiro - Brazil - South America
- Posts
- 409
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Solved
Thank you Paul.
Problem fixed.Mauricio Samy Silva
http://www.maujor.com/
Bookmarks