kayjenne
03-08-2003, 01:43 PM
I'm back again trying to figure out what's wrong with my css code. Something isn't right! The cursor isn't the one i typed its that annoying white hand. ANd then the links aren't the color I chose. ANd lastly the scrollbars aren't the colors I chose. i don't know why but every time i get the code from lissa's site it doesn't come out right.
<style type="text/css">
<!--
A:link
{text-decoration: underline overline;
A:visited
{ text-decoration: none; color:#04B0A6 }
A:active
{ text-decoration: none; color:#04B0A6 }
A:hover
{ text-decoration: none ; color:#04B0A6;
background-color:#04B0A6;
cursor:se-resize }
body
{font-family:arial;
color:#04B0A6;
font-size:10pt;
scrollbar-face-color: #04B0A6;
scrollbar-arrow-color: #000000 }
{ font-family:verdana;
color:#000000; }
-->
</style>
<style type="text/css">
<!--
A:link
{text-decoration: underline overline;
A:visited
{ text-decoration: none; color:#04B0A6 }
A:active
{ text-decoration: none; color:#04B0A6 }
A:hover
{ text-decoration: none ; color:#04B0A6;
background-color:#04B0A6;
cursor:se-resize }
body
{font-family:arial;
color:#04B0A6;
font-size:10pt;
scrollbar-face-color: #04B0A6;
scrollbar-arrow-color: #000000 }
{ font-family:verdana;
color:#000000; }
-->
</style>