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?
Microsoft is reportedly seeking help from its biggest cloud rival, Amazon Web Services, to address mounting capacity issues of GitHub. According to a report by Business Insider, this move of the company comes after a series of AI-driven outages on the coding platform, which Microsoft acquired in 2018. Despites its plans to migrate GitHub completely to Azure by 2027, increasing demand from AI coding tools has forced Microsoft to adopt a multi-cloud strategy...............
https://cio.economictimes.indiatimes.com/news/corporate-news/microsoft-taps-aws-for-github-capacity-amid-ai-driven-outages-and-multi-cloud-strategy/131761981
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