Prev | Current Page 42 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"


9 What Is CSS?
A style sheet that??™s linked with rel="stylesheet" but lacks a title attribute, like
the first example in this section, is known as a persistent style sheet. It will always
be applied??”even if an alternative style sheet is enabled by the user.
A style sheet that??™s linked with rel="stylesheet", and for which a title attribute
has been specified, is known as a preferred style sheet. It will be applied unless
the user has enabled an alternative style sheet.
Let??™s take a look at a more complex example:
href="/base.css" media="all">
href="/def_layout.css" media="screen" title="Default">
href="/def_colour.css" media="screen" title="Default">
href="/alt_layout.css" media="screen" title="Custom">
href="/alt_colour.css" media="screen" title="Custom">
href="/print.


Pages:
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54