Single css for IE and other browsers
<p>We can use '//' (double slash) before any css property which only recognise by IE browsers , other browsers consider it as a comment.<br />
But this can be use as per property not for whole class or id.<br />
Generally we uses different css files for IE and other browsers. But instead this, we can have single css file which can do everything.</p>
<p>Here is the http://www.positioniseverything.net/articles/cc-plus.html very interesting post which introduce more about it.</p>



