Now the text in FF/IE butts up against the top of the div, while in IE6/7 the text is dropped down just like if i didn't set the line-height. How do I remove the space above the text in IE?
After the update it says 25H2 11/22/24 OS Build 26200. 8728 which is not what it said before the update. Windows Feature Experience Pack 1000.26100.334.0
Question
zackiv31
I have a div with css like so:
.uc_rating
{
float: right;
color: #C5C7C5;
font-weight: bold;
font-size: 70px;
line-height: 58px;
padding: 0;
margin: 0;
vertical-align: top;
border: 1px solid black;
}
Now the text in FF/IE butts up against the top of the div, while in IE6/7 the text is dropped down just like if i didn't set the line-height. How do I remove the space above the text in IE?
Link to comment
https://www.neowin.net/forum/topic/632777-css-ie-line-height-spacing/Share on other sites
8 answers to this question
Recommended Posts