View Full Version : css trouble.


kayjenne
05-09-2003, 11:27 PM
<style type="text/css">
<!--

A:link
{ text-decoration: none; color:#000000 }
A:visited
{ text-decoration: none; color:#000000 }
A:active
{ text-decoration: none; color:#000000 }
A:hover
{ text-decoration: line-through; color:#000000;


cursor:e-resize }

body
{background:none transparent; color:37C4F1;

font-family: verdana;
color: #37C4F1 ;
letter-spacing: 1pt;
font-weight:normal;
font-size:9pt;

scrollbar-face-color : #37C4F1;
scrollbar-highlight-color : #37C4F1;
scrollbar-3dlight-color : #37C4F1; scrollbar-shadow-color : #37C4F1;
scrollbar-darkshadow-color : #37C4F1; scrollbar-track-color : #37C4F1;
scrollbar-arrow-color : #468686 }


-->
</style>

lefty
05-09-2003, 11:36 PM
what's the problem?

(by the way, you don't want a background just take that property out completely.)

Elentari
05-09-2003, 11:40 PM
I'm not entirely sure what you need help on but there are a couple of errors on this script.. Transparent is not a background colour option so you'll have to use either a picture you may be using or a colour..and the color: value you had right after that is a font colour, not a background colour.


body {
background-color:#FFFFFF;
font-family: verdana;
color: #37C4F1 ;
letter-spacing: 1pt;
font-weight:normal;
font-size:9pt;
}


and if the entire thing isn't working then make sure that you have put it in between the <HEAD></HEAD> tags because there's nothing else wrong with your code.

kayjenne
05-10-2003, 12:24 AM
My problem which I thought might have been the css code is on my layout b2kitus.net/main/index.html There is a black line going across it where I had tried to do a table layout. The thing Is i knw it can't be the picture because it doesn't have a black line. So I thought maybe it could be the css code somewhere.

Dude128
05-11-2003, 02:50 AM
your URL doesn't work :P