Mark Harwood wrote:
> Ive never known it possible to use a wildcard (*) to select all elements,
> it would be nice but i dont think its possible
On the contrary, it is very possible. You can also select all elements
within an element:
div#foo * { /* this selects everything inside a div with the id of 'foo' */ }
Spec: http://www.w3.org/TR/REC-CSS2/selector.html#universal-selector
Andrew.
--------------------------------
http://leftjustified.net/
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************