Ok here's my question. Is it possible to select based on the content of a node? For example:
<p>foo 123.456.789.123 bar </p> <p>foo 789.456.789.123 bar </p> I want to select the first case, but not the second. Is it possible to do something like p:(contains="123.456.789.123") ? Thanks. -- Michael Bierman ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
