Use body * p to select paragraphs contained within div elements that are children of the
body tag, for example.
n Attribute: Selects tags with specified attributes. You can select tags if they either contain the
attribute (p[align]) or if they contain an attribute set to a specific value (p[align=???left???]).
Best of all, these selectors are rendered correctly in Dreamweaver??™s Design view. As of this writing, only the
most CSS-compliant browsers (such as Firefox, Internet Explorer 7, Netscape 6.2 and higher or Safari)
properly render these selectors; but CSS support is gaining ground in each new browser release.
Dreamweaver warns you if you enter what it considers an invalid selector type; however, you
are given the option to use the selector if you choose.
Editing and managing style sheets
Style sheets, like most elements of a Web page, are almost never set in stone. Designers need to be able to
modify style rules??”whether they??™re embedded or from an external style sheet??”at a moment??™s notice.
Through the CSS Styles panel??™s Edit Styles mode, Dreamweaver provides near-immediate access.
CSSStyles panel
As discussed earlier, the CSS Styles panel in All mode displays all the styles attached to the current page,
whether embedded or external.
Pages:
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499