Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

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]-->