Forum Moderators: not2easy
Here is my page:
<snip>check your sticky mail</snip>
It is the links to the left with the home link being the nested one.
[edited by: Nick_W at 7:02 am (utc) on May 24, 2003]
[edit reason] no urls please [/edit]
Which version of Netscape are we talking about here?
Nick
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>links</title>
<style type="text/css">
body {
color: #000000;
background: #ffffff;
}
.one a {
color: #00ff00;
background: transparent;
}
.two a {
color: #ff0000;
background: transparent;
}
</style>
</head>
<body>
<div class="one">
<a href="">link01</a> <span class="two"><a href="">link02</a></span>
</div>
</body>
</html>