-
Website
http://www.dria.org/wordpress -
Original page
http://www.dria.org/wordpress/archives/2006/04/26/410/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Brad
1 comment · 1 points
-
Jay Meattle
3 comments · 1 points
-
Natanael L
2 comments · 1 points
-
dave1010
2 comments · 1 points
-
Replica handbags
1 comment · 1 points
-
-
Popular Threads
Removing that line seems to fix it (playing with a locally saved copy of the page) in IE7b2 without breaking FF 1.5 or IE6. That said, I don't know what older browser might be using that bit of code and be affected by losing it.
Note that the javascript console report CSS parsing errors:
#navigation #personal a {
_width: 1%;
}
_width is not a CSS property.
Warning: Unknown property '_width'. Declaration dropped.
Source File: http://developer.mozilla.org/css/base.css
Line: 194
Gérard
BOCICBW (but of course, I could be wrong).
L
But it's definitely a BUG of IE7b2 that DOESN'T NEED for any workaround and should be reported to Microsoft and fixed by IE programmers before final IE7 ships.
P. S. Removing _width doesn't change nothing for me. But to make links clickable at its whole area (that probably is the aim of using _width: 1%) I usually use "Star HTML" hack with 1px height for element. That hack now (since IE7 ignore it in strict mode) is a good way to address CSS rules (that are workaroud of bugs that are NOT longer takes place in IE7) separately for IE5-6 and IE7.
Just don't use height and line-height for [A] element inside navigation (in common case I usually use vertical padding instead of height + line-height).
But it's definitely a BUG of IE7b2 that DOESN'T NEED for any workaround and should be reported to Microsoft and fixed by IE programmers before final IE7 ships.
P. S. Removing _width doesn't change nothing for me. But to make links clickable at its whole area (that probably is the aim of using _width: 1%) I usually use "Star HTML" hack with 1px height for [A] element. That hack now (since IE7 ignore it in strict mode) is a good way to address CSS rules (that are workaroud of bugs that are NOT longer takes place in IE7) separately for IE5-6 and IE7.
IE6 had this too. That's why you added a workaround (_width: 1%). But IE7 won't recognize _width (which is correct).
#navigation #contenttypes li a { float: left; } would do the trick. But I suggest you leave it as it is and ask Microsoft to fix this ancient CSS1 bug.
'Course I still have to test in all the other browsers...
http://design-noir.de/log/2006/04/internet-expl...