I start more or less the same way:

<link title="Standard" media="screen,projection" 
href="common/standard.css" type="text/css" rel="stylesheet">
<link title="Standard" media="print" href="common/print.css" 
type="text/css" rel="stylesheet">
<link title="Standard" media="handheld" href="common/smalldev.css" 
type="text/css" rel="stylesheet">
<!--[if lte IE 7]>
        <style>
                @import url(common/ie.css);
        </style>
<![endif]-->

... and when it works as requested in Firefox, IE6 and Opera and 
validates (ie.css too) I take a look at the thing with standalone 
versions of IE5.5 and IE5.01 (in that order) and add some corrections, 
importing more stylesheets at the end of the IE one if needed:

@media tty {
  i{content:"\";/*" "*/[EMAIL PROTECTED]; @import 'ie55.css'; /*";}
}/* */


@media tty {
  i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
}/* */



Rodney Toliver wrote:
> I'd still be interested in knowing how you and others link multiple style
> sheets to a page.
> 
-- 
Dejan Kozina
Dolina 346 (TS) - I-34018 Italy
tel./fax: +39 040 228 436 - cell.: +39 348 7355 225
http://www.kozina.com/  - e-mail: [EMAIL PROTECTED]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to