Return to Snippet

Revision: 27534
at June 14, 2010 05:49 by silverius


Initial Code
/* Find all links where an href is not provided */
html body a:not([href]), html body a[href='']  { background: red !important;}

Initial URL


Initial Description


Initial Title
Find all links where an href is not provided

Initial Tags
links

Initial Language
CSS