bunny
07-24-2003, 04:14 AM
CSS is definitely something I am bad at. My code's always a mess and I have no idea how to organize it to get it to work. I've read through the CSS section many times, and I just don't get it. So now I just throw the code out there and hope for the best, and let me tell you--it doesn't work.
So, here's my code. I probably have brackets { } floating around where they shouldnt be and missing where they should be, extra un-needed words, and all sorts of junk that doesn't make sense. Good luck!
<style type="text/css">
A:link
{ text-decoration: none; color:#D483F9; }
A:visited
{ text-decoration: none; color:#D483F9; }
A:active
{ text-decoration: none; color:#D483F9; }
A:hover
{ text-decoration: line-through; color:#F9D983; }
{ scrollbar-face-color : white;
scrollbar-highlight-color : white;
scrollbar-3dlight-color : #F4E66C;
scrollbar-shadow-color : white;
scrollbar-darkshadow-color : black;
scrollbar-track-color : white;
scrollbar-arrow-color : black;
font-family: verdana;
color: #black ;
letter-spacing: 3pt;
font-weight: normal;
font-size: 8 pt; } </style>
Now, the only thing that works on my page in this code is the link attributes. Please help, if you can! Thank you in advance. =)
So, here's my code. I probably have brackets { } floating around where they shouldnt be and missing where they should be, extra un-needed words, and all sorts of junk that doesn't make sense. Good luck!
<style type="text/css">
A:link
{ text-decoration: none; color:#D483F9; }
A:visited
{ text-decoration: none; color:#D483F9; }
A:active
{ text-decoration: none; color:#D483F9; }
A:hover
{ text-decoration: line-through; color:#F9D983; }
{ scrollbar-face-color : white;
scrollbar-highlight-color : white;
scrollbar-3dlight-color : #F4E66C;
scrollbar-shadow-color : white;
scrollbar-darkshadow-color : black;
scrollbar-track-color : white;
scrollbar-arrow-color : black;
font-family: verdana;
color: #black ;
letter-spacing: 3pt;
font-weight: normal;
font-size: 8 pt; } </style>
Now, the only thing that works on my page in this code is the link attributes. Please help, if you can! Thank you in advance. =)