Prev | Current Page 37 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"


The methods are:
?–  Place the rules in a separate, external style sheet that??™s referenced by a link
element or an @import rule in a style element (HTML, XHTML).
4 http://www.w3.org/Style/CSS/current-work
5 http://www.w3.org/TR/css3-multicol/
6 http://www.w3.org/TR/css3-background/#the-border-radius
7 http://www.w3.org/TR/css3-color/#transparency
8 http://www.w3.org/TR/css3-color/
9 http://www.w3.org/TR/css3-text/#text-shadow
10 http://www.w3.org/TR/css3-selectors/
The Ultimate CSS Reference 6
?–  Place the rules within an separate, internal style sheet within a style element
(HTML, XHTML).
?–  Place the rules in inline CSS specified in a style attribute of a markup tag (HTML,
XHTML).
?–  Place the rules in a separate, external style sheet referenced by a processing
instruction (or PI) (XML).
Separate style sheets??”both external and internal??”can be targeted to one or more
output media. External style sheets can be specified as alternative, which means
that they??™re not applied by default, but can be enabled by users in browsers that
support alternative style sheets.


Pages:
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49