Re: Behavior of nested Links, pseudos and style

Subject: RE: Behavior of nested Links, pseudos and style

Respectfully submitted:

<head>
  <title></title>
<style type="text/css">
<!--
div{padding:5px;}
span.innerlink a:hover{background:yellow;text-decoration:underline;}
div.outerlink a:hover{color:red;text-decoration:underline;}
-->
</style>
</head>
<body>
<div class="outerlink"><a href="mailto:foxfiles@bellsouth.net">email</a>
<span class="innerlink"><a href="russgri@bellsouth.net">email
me</a></span></div>
</body>

Russell Griechen

Received on Thursday, 31 January 2002 15:22:36 UTC