[thelist] Media-specific Stylesheets

Michael Barrett mbarrett at triad.rr.com
Tue Jul 16 15:48:01 CDT 2002


The style or link element in the head of an html document will include the
media. e.g

<head>
    <title>Wooby</title>
    <link rel="Stylesheet" href="css/my_styles.css" media="Screen">
    <link rel="Stylesheet" href="css/my__print_styles.css" media="Print">
<head>

Good browsers will choose the appropriate style sheet accordingly.

--
Michael Barrett
-O^O-
  -

mbarrett at triad.rr.com




More information about the thelist mailing list