Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Linking to a print, screen, etc style sheet?


lavazza - 6:54 pm on Mar 18, 2008 (gmt 0)


<link href="../styles.css" rel="stylesheet" type="text/css">
<link href="../print.css" rel="stylesheet" type="text/css" media="print">

Am I assuming correct that the top one will give css styles to all media?

It quite possibly will...

To turn 'quite possibly' into 'probably', you might try adding media="all"

<link href="../styles.css" rel="stylesheet" type="text/css" media="all">
<link href="../print.css" rel="stylesheet" type="text/css" media="print">


Thread source:: http://www.webmasterworld.com/css/3603885.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com