On Wed, Oct 12, 2011 at 09:42, Fred . <eldmannen@gmail.com> wrote: > Why is there != (negative) attribute selector in CSS? > Such as: > option[value!="Foo_"] or ~^="Foo_" > > Is there any way I can select anything except option[value^="Foo_"] ? :not can be used for this: option:not([value="Foo_"]) -t -- http://tantek.com/ - I made an HTML5 tutorial! http://tantek.com/html5Received on Wednesday, 12 October 2011 14:38:34 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:05 UTC