12-08-2007, 10:44 AM
|
#5 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
Quote:
Originally Posted by Jay
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
|
But then, there are different rules for IE5, IE6 and IE7. :-|
Who codes for IE5? 
|
|
|
|