E[foo~="warning"] Matches any E element whose "foo" attribute value is a list of __space-separated__ values, one of which is exactly equal to "warning".
http://www.w3.org/TR/CSS2/selector.html#attribute-selectors This should work, but it is CSS3 i believe. [irgendwas*=mist] { border: thin solid red; } http://www.w3.org/TR/css3-selectors/#attribute-substrings On Tue, Nov 11, 2008 at 2:57 PM, Thomas Hofmann <[EMAIL PROTECTED]> wrote: > > Hello, > > I have an issue to get a proper match by using selector attribute. > > <p irgendwas="javascript:mist('')">Mist</p> > > This does not function with CSS > > [irgendwas~=mist] { border: thin solid red; } > > What is wrong? > > Thanks in forehand, Thomas > > > -- "Meow" means "woof" in cat. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
