Is using css class always a better idea to get rid of style overriding problems?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-04-25T07:34:58Z
Indexed on
2010/04/25
7:43 UTC
Read the original article
Hit count: 176
css
Is using css .class
in place of #id
always a better idea to get rid of style overriding problems and iimportant?
#content ul li a {font-size:10px}
#content .demo ul li a {font-size:15px}
© Stack Overflow or respective owner