On 11/26/06, Ross Hulford <[EMAIL PROTECTED]> wrote:
> What is the selector for all divs?

The selector in general for all of a given element is the element name.
So for div the selector is:

div {css rule here}

and similarly the selector for all paragraphs is

p {}

and it generalizes to pretty well anything.

Others have given you the specific answer but I suspect the question
indicates a misunderstanding of how selectors work that I have
hopefully cleared up.



-- 
Ed Seedhouse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to