Tagged Questions
0
votes
2answers
207 views
HTML/CSS when hover link with style italic other links stay stable
I have a little problem when i hover menu link other links shift to sideways, but i need that my other links would stay stable. How can i fix that?
HTML:
<div id="top">
<a ...
5
votes
5answers
207 views
Italicize Text Backward?
I would like to italicize text backwards or the the left the opposite way of this current text. Is this possible to do in HTML/CSS or even with Javascript/jQuery?
2
votes
2answers
1k views
Custom font sometimes renders in italics in IE8 / IE7
In IE7 and IE8, when using a custom web font, text is sometimes rendered in italics, even when I explicitly set font-style: normal. The issue is sporadic - it will render fine a few times, then I ...