12-08-2007, 06:11 AM
|
#4 (permalink)
|
|
The Contributor
Join Date: Dec 2007
Posts: 60
Thanks: 5
|
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
|
|
|
|