for big website's CSS what we should use IE conditional sheets or CSS hacks, in multiple people envi
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-05-01T12:41:39Z
Indexed on
2010/05/01
12:47 UTC
Read the original article
Hit count: 409
for big website's CSS what we should use IE condition sheets ( IE6, IE7, IE8 if needed) or CSS hacks in multiple people environment?
and CSS will be handled by multiple people.
I'm thinking to use hacks with proper comments because there are chanceh to forgot for other to make any changes in both css.
For example : #ab { width:200px}
in main css and #ab { width:210px}
in IE css.
Need your view on this. Thanks in advance.
© Stack Overflow or respective owner