views:

26

answers:

1

I'm trying to use something like that...

.cufon-font-style-1 { font-size:40px; line-height:-20px; }

it's not working in IE, FF, Chrome...

i changed my Docytype and nothing changed...

A: 

You can use negative value with the line-height property. Take a look at this CSS tutorial

jartaud