Monday, August 5, 2013

Apply CSS only to IE

To apply css file only for IE use this tag

<%-- Added a version number to force refresh --%>

<!--[if lt IE 9]>
        <link rel="stylesheet" type="text/css" media="screen" href="/_layouts/Myfeature/css/MyIEStyles.css?v=5" />
<![endif]-->


No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...