Community Page
- www.dria.org/wordpress Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Why are sign-ups a pain ? It takes 1 minute to register, and If you check the " remember me " box, then you wont need to login again for a long time . Its actually quite easyer I love...
- Great article there . Still loving your blog xD Cheers
- <a href="http://www.Cosmos-yachting.com/ ">Yacht Charter Greece </a> That's great, I never thought about Travel Day like that before.
- <a href="http://www.pinkuin.com ">YachtCharter Griechenland</a> Wow, I never knew that Travel Day. That's pretty interesting...
- Wow, I never knew that Travel Day. That's pretty interesting...
3 years ago
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.
3 years ago
3 years ago
3 years ago
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
3 years ago
BOCICBW (but of course, I could be wrong).
L
3 years ago
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.
3 years ago
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.
3 years ago
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.
3 years ago
'Course I still have to test in all the other browsers...
3 years ago
http://design-noir.de/log/2006/04/internet-expl...
1 year ago