Jocelyn
08-06-2004, 06:14 PM
For some strange reason, my CSS won't work. Is there something wrong with my code:
<style type="text/css">
<font face="verdana" size="1" color="black">
<div style="position:absolute; left: 0px; top: 0px;">
BODY {
scrollbar-3dlight-color: #A8A8A8;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #A8A8A8;
scrollbar-darkshadow-color: #A8A8A8;
scrollbar-face-color: #E55994;
scrollbar-highlight-color: #A8A8A8;
scrollbar-shadow-color: #A8A8A8;
scrollbar-track-color: #A8A8A8;
}
<!--
A:link { text-decoration: none; color:#E55994; }
A:visited { text-decoration: none; color:#E55994; }
A:hover { text-decoration: none; color:#FFFFFF; }
-->
</style>
or is there something wrong with my link:
<LINK href="http://freewebs.com/jessicaonline/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<font face="verdana" size="1" color="black">
<div style="position:absolute; left: 0px; top: 0px;">
BODY {
scrollbar-3dlight-color: #A8A8A8;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #A8A8A8;
scrollbar-darkshadow-color: #A8A8A8;
scrollbar-face-color: #E55994;
scrollbar-highlight-color: #A8A8A8;
scrollbar-shadow-color: #A8A8A8;
scrollbar-track-color: #A8A8A8;
}
<!--
A:link { text-decoration: none; color:#E55994; }
A:visited { text-decoration: none; color:#E55994; }
A:hover { text-decoration: none; color:#FFFFFF; }
-->
</style>
or is there something wrong with my link:
<LINK href="http://freewebs.com/jessicaonline/style.css" rel="stylesheet" type="text/css">