Wednesday, August 26, 2009

How to switch CSS for IE browser

In case if you want to apply separate style for IE browser use the following method...

<!--[if IE]>
<style type="text/css"> .content{ background: red;}</style>
<![endif]-->

No comments:

Post a Comment