Return to Snippet

Revision: 6693
at June 7, 2008 19:21 by neal_grosskopf


Initial Code
/* paths to deleted pages */
a[href="/pages/contact.asp"],
a[href="/pages/email.asp"]
{ border-width: 0px; }

/* a deleted javascript function call */
a[onclick*="old()"]
{ border: 5px dashed red; }

Initial URL
http://www.nealgrosskopf.com/tech/thread.asp?pid=14

Initial Description
Using CSS3 selectors, highlight links to deleted pages and 404 pages. Also highlight function calls to deleted javascript using this CSS technique.

Initial Title
Using CSS To Find Broken Links & 404 Pages

Initial Tags
css, CSS3

Initial Language
CSS