Joseph W. Lowery
"Dreamweaver CS3 Bible"
For example, to style text within nested blockquotes, enter the following in the Advanced field of the New
Style dialog box:
blockquote blockquote
In essence, you are creating a custom style for a set of HTML tags used in your document. This type of CSS
selector acts like an HTML tag that has a CSS style applied to it; that is, all page elements fitting the criteria
are automatically styled. You can also combine custom styles with redefined HTML styles in a descendant
selector.
Other advanced selectors that you can enter in the Advanced field include:
n ID: An id selector is identified by a pound sign (like #footer) that can be assigned to any page
element using the same id attribute (for example,