On Wed, Jan 25, 2006 at 10:52:01AM -0500, Jim Ryan wrote:
> can I use the wildcard
> .dynamic_rightnav-* li{border:1px dotted red;}

This comes up often:
http://www.hixie.ch/specs/css/wwwstyle/#selectors

Sadly, the answer is no.

I suppose you could build a layer atop CSS -- say, a program
that parses a "CSS+Regexen" sheet, looks at the HTML to
which it's being applied, finds the elements in the HTML
that match the regex, and generates a stylesheet containing
those elements. But it's not part of CSS.

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
Cell: +(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key

Attachment: signature.asc
Description: Digital signature

______________________________________________________________________
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