Jump to content
25/12/2005
Fellipe Cicconi, that would be:a[href^="http://"] {}a:not([href^="http://"]) {}See the Selectors spec.
a[href^="http://"] {}
a:not([href^="http://"]) {}
Vote down?
25/12/2005
Fellipe Cicconi, that would be:
a[href^="http://"] {}a:not([href^="http://"]) {}See the Selectors spec.