Simplest CSS hack Ever

Simple, just put '//' in front of any valid css declaration, most of the other browser will treat this as comment and ignore it,

while our friend Internet Explorer will not treat this as comment and render the property.


<style>
.test{
     color:red;
     //color:green;
}
</style>

<p class='test'>I will be green in Internet Explorer, red in all other browsers</p>

Comments

Popular posts from this blog

உடல் அறிகுறிகள், வலிகள் மற்றும் அவற்றின் சிகிச்சைகள்: வீட்டு சிகிச்சைகள் மற்றும் அக்குபிரஷர் புள்ளிகள்

MySQL table and want to build a XML file with it in order to make a RSS feed.

REST / AJAX calls from within a Jaggery script