Click here to Skip to main content
15,911,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I am Vino. I working my own website . I use the following CSS code in my site.
CSS
h2{color:black; font-size:26px; margin-bottom:21px; line-height:1.2em; letter-spacing:-1px}
h2 span{ text-transform:uppercase}

But this code not work on IE9. Please any one help me..


Thanks,
Vino
Posted
Updated 10-Aug-11 22:51pm
v2

This is a known IR9 problem.

It renders the Kerning differently from IE8.
You could try a different font, that has an effect too.
 
Share this answer
 
Have u switched ON compatibility View ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900