CSS quick hack for IE

Posted by admin 1021 days ago via http://www.mStudiosTALK.com
Tags: browser,css-html
27

This one is “for the records” and not anything I endorse any longer: if you are trying to quickly style something for IE only you can do:#property: value; for all IE _property: value; for all IE except IE 7.The above will address IE but are invisible to other, standard web browsers, such as Safari, Firefox etc. [...]


1 comment

Written by DiningRoomTablePads, 98 days ago.
Is so nice.