061.html   [plain text]


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>NEGATED :link pseudo-class</title>
  <style type="text/css">div.stub > * { background-color : red }
div.stub *:not(:link) { background-color : lime }
</style>
  <link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
  <link rel="prev" href="css3-modsel-60.html" title="NEGATED ID selector">
  <link rel="next" href="css3-modsel-62.html" title="NEGATED :visited pseudo-class">
  <link rel="last" href="css3-modsel-d5e.html" title="NEGATED :indeterminate with :checked">
  <link rel="up" href="./index.html">
  <link rel="top" href="../../index.html">
 </head>
 <body>
<div class="stub">
<a href="http://www.w3.org/">This anchor should have a green background</a>
(Note: You must have visited http://www.w3.org/ for this test to be valid.)
</div>
</body>
</html>