How flexible are wildcards in CSS?
suppose if I have a series of dynamically created rightnav list items styled
like so:

.dynamic_rightnav-1 li{border:1px dotted red;}
.dynamic_rightnav-2 li{border:1px dotted red;}
...and so forth

can I use the wildcard
.dynamic_rightnav-* li{border:1px dotted red;}

or is there another way to do this to accomodate elements being created on
the fly?

Thanks!
Jim


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to