Gulje
07-25-2003, 02:25 PM
I'm totally mad at my CSS, 'cause it keeps acting weird, and I've looked over it a thousand times, tried editing it a bit and moved things around, but it still wont work properly. So, what's wrong with it?
The code:
<style type="text/css">
A:link
{ text-decoration: underline; color:#000000; }
A:visited
{ text-decoration: underline; color:#000000; }
A:active
{ text-decoration: underline; color:#000000; }
A:hover
{ text-decoration: line-through; color:#000000;
cursor: crosshair; }
body
{ background-color: #ff0000;
font-family: verdana;
color: #000000 ;
font-size: x-small;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000; }
</style>
You can easily see the problem here (http://deep-thoughts.net/eilime/bc.html) .. (look at the link colours .. )
The code:
<style type="text/css">
A:link
{ text-decoration: underline; color:#000000; }
A:visited
{ text-decoration: underline; color:#000000; }
A:active
{ text-decoration: underline; color:#000000; }
A:hover
{ text-decoration: line-through; color:#000000;
cursor: crosshair; }
body
{ background-color: #ff0000;
font-family: verdana;
color: #000000 ;
font-size: x-small;
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000; }
</style>
You can easily see the problem here (http://deep-thoughts.net/eilime/bc.html) .. (look at the link colours .. )