[css-d] modernizer usage

2011-02-07 Thread Michael Bierman
Hi, I hope that someone can help. I'm trying to use modernizer (http://www.modernizr.com/) 1.6 which seems to work well except for the following: I am using the element. I am unable to style it however. The code in question looks like this: Michael Bierman email:-deleted-| webad

[css-d] CSS attribute selectors

2010-02-14 Thread Michael Bierman
Ok here's my question. Is it possible to select based on the content of a node? For example: foo 123.456.789.123 bar foo 789.456.789.123 bar 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. --