View Single Post
Old 12-08-2007, 06:11 AM   #4 (permalink)
Jay
The Contributor
Good Samaritan 
 
Join Date: Dec 2007
Posts: 60
Thanks: 5
Jay is on a distinguished road
Default

It's not actually hard to make a site IE compatible:

HTML Code:
<!--[IF IE]>
<script type="text/css">
 /** IE CSS can be in here --
     CSS stuff can be declared twice without any trouble,
     just make sure this is defined after the Opera/Safari/NS/Fx stuff ;)
 **/
</script>
<![endif]-->
Read More: http://www.quirksmode.org/css/condcom.html
Jay is offline  
Reply With Quote