View Single Post
Old 10-02-2012, 05:35 PM   PM User | #6
Keleth
Senior Coder

 
Join Date: Jun 2008
Location: New Jersey
Posts: 2,354
Thanks: 45
Thanked 247 Times in 244 Posts
Keleth is on a distinguished road
Avoid !important... the more you use it, the more habitual it becomes, and the worse your code gets. Avoid it at all costs. Most uses of !important are because you didn't write your CSS properly.

Also, again, what browser are you using?

And yes, .{name of class} is how you definite a class in your CSS, but you also have to give your element a class tag with that name in it.
Keleth is offline   Reply With Quote
Users who have thanked Keleth for this post:
hans_cellc (10-03-2012)