In our last episode,
<f96ca46a-c8bf-4b82-8f43-1b297c2286a4@z11g2000prl.googlegroups.com>, the
lovely and talented Albert broadcast on comp.infosystems.
www.authoring.html: Quote:
In the code below how can I set specific Link Color attributes that
will only work within .style2 ?
You could ask this in the CSS group, you know.
..style2 a:link {stuff}
..style2 a:hover {stuff}
..style2 a:visited {stuff}
..style2 a:active {stuff}
Quote:
><style type="text/css">
><!--
body {
background-image: url(images/rep_1.jpg);
margin-top: 35px;
}
a:link {
color: #333333;
}
a:visited {
color: 333333;
}
a:hover {
color: #CCCCCC;
background-color: #333333;
text-decoration: none;
}
a:active {
color: #333333;
}
.style2 {
font-size: 12px;
color: #999999;
}
-->
></style>
--
Lars Eighner <http://larseighner.com/
usenet@larseighner.com
Love: The warm feeling you get towards someone who meets your neurotic needs.