|
Posted by johnsonholding@yahoo.com on 01/10/06 21:20
Ok, I believe I have figured it out. If there is anyone out there
that's sees something amiss, please let me know, I don't know how to
debug this stuff yet, so I flying by the seat of my pants right now :
<style type="text/css" >
BODY { font-family: verdana, ariel, serif }
a {
background-color: transparent;
color: #ffffff; /* white */
font-size: 9;
}
a:link {text-decoration: none;
background-color: transparent;
color: #ffffff; /* white */
}
a:visited {
background-color: transparent;
color: #800080; /* purple */
}
a.focus {
background-color: #554433;
color: #3399cc;
}
a:hover {text-decoration: underline;
background-color:;
color: #000000;
a:link {text-decoration: underline;
color: #000000;
background: transparent;
}
}
</style>
</head>
[Back to original message]
|