If, for example, you want to create a style for
the ,
, and | tags, you enter the tag names in the Advanced field (without their delimiters) in a comma-separated list like this: body,td,th CAUTION CAUTION 227 Building Style Sheet Web Pages 7 The Advanced option is also useful for defining pseudo-classes and pseudo-elements. A pseudo-class represents dynamic states of a tag that may change under user action or over time. Several standard pseudoclasses associated with the tag are used to style hypertext links. When you choose Advanced, the drop-down list box contains four customization options, which can all be categorized as pseudo-classes: n a:link??”Customizes the style of a link that has not been visited recently n a:visited??”Customizes the style of a link to a page that has been recently visited n a:hover ??” Customizes the style of a link while the user??™s mouse is over it The a:hover pseudo-class is a CSS Level 2 specification and is not supported by Netscape 4.x. Furthermore, a:active links are always colored red, regardless of the CSS specifications. n a:active??”Customizes the style of a link when it is selected by the user Dreamweaver does not preview pseudo-class styles (except for a:link), although they can be previewed through a supported browser.
Pages:
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
|