View Single Post
Old 03-07-2005, 07:05 PM  
calmlikeabomb
Confirmed User
 
calmlikeabomb's Avatar
 
Join Date: May 2004
Location: SW Palm Bay, Florida
Posts: 1,323
Hi,

I just thought I would put my 2 cents in here.

When using css to design your website it might be able good idea to use 2 seperate styling sheets since IE willl render pages differently than most browsers.

Code:
<![if !IE]>
<link rel="stylesheet" type="text/css" media="print" href="print.css">
<![endif]>
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="print" href="print.css">
<![endif]-->
__________________
subarus.

Last edited by calmlikeabomb; 03-07-2005 at 07:07 PM..
calmlikeabomb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote