At http://robopages.sourceforge.net/index.php?page=README.htm

....is a page display governed by CSS that (in Firefox and Safari)
changes the border (from outset to inset) on any enclosing paragraph, when
ever
an enclosed link is hovered.  This makes the button-like link
look like it has been depressed. The border does not change
for IEsicks, however, which is not surprising. But it also does not
change for IE7.  It might change for IE8, but I haven't installed IE8 yet.
So does this hover technique work by accident, in Firefox/Safari?
Or is IE7 not standards compliant on this issue?

p.linkp
{
  background: #aaaaff;
  padding: 0.5em;
  margin: 0.125em;
  width: 90%;
  border: 3px outset #cccccc;
}

a { text-decoration: none; margin: 0.25em; }
a { text-decoration: none; margin: 1em; }
a:hover{  text-decoration: underline; font-style: italic; font-weight: bold;
}
p.linkp:hover{  border: 3px inset #cccccc;  }


-- 
/*  Colin (Sandy) Pittendrigh  >--oO0> */
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to