Do they belong to you? Claim these comments.
MT
Is this you? Claim Profile »
3 years ago
in Help verify some bustage? on dria
[sorry for reposting but some my text was handled as real anchor tags while it's not]
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.
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
in Help verify some bustage? on dria
Just don't use height and line-height for 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 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.
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.