Sk8er8
08-10-2003, 08:21 PM
All my links that aren't visited yet are red and this is my stylesheet code...
<style type="text/css">
A:link { text-decoration: none; color:#FFFFFF; }
A:visited { text-decoration: underline; color:#FFFFFF; }
A:hover { text-decoration: none; color:#3366FF; }
A:active { text-decoration: none; color:#FFFFFF; }
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #0066CC;
scrollbar-dark-shadow-color: #FFFFFF;
scrollbar-track-color: #000000;
}
</style>
why?
<style type="text/css">
A:link { text-decoration: none; color:#FFFFFF; }
A:visited { text-decoration: underline; color:#FFFFFF; }
A:hover { text-decoration: none; color:#3366FF; }
A:active { text-decoration: none; color:#FFFFFF; }
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #0066CC;
scrollbar-dark-shadow-color: #FFFFFF;
scrollbar-track-color: #000000;
}
</style>
why?