marialiv
04-25-2003, 10:44 PM
[SIZE=1][FONT=courier new][COLOR=crimson]
hey honey. i love the site. i'm having some trouble with CSS. for some reason, i only get the line-through on random links, not all of them, even when i select to have the line-through on every type of link. and i have added html to change the colors of my site's scrollbar, but it just doesn't work! my site is here: http://avliden.cjb.net so whats wrong? xoxo, maria.
Your head at the moment....
<head>
<style type="text/css">
<!--
A:link
{ text-decoration: line-through ; color:#FFFFFF }
A:visited
{ text-decoration: line-through ; color:#FFFFFF }
A:active
{ text-decoration: line-through ; color:#FFFFFF }
A:hover
{ text-decoration: line-through ; color:#00FF00;
background-color:#000000;
cursor:crosshair
}
body {
background-color: #000000;
font-family: lucida bright;
color: #00FF00;
letter-spacing: 3pt;
font-weight:normal;
font-size:small;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #CC3366;
scrollbar-dark-shadow-color: #993300;
scrollbar-track-color: #FFFFFF;}
</style>
<title>no sleeping pills, no old tattoos, can save you now.</title>
<style type="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
-->
</style>
</head>
Try adding the parts in red and deleting the parts in bold. You also have two body tags... there should only be one ^^
marialiv
04-26-2003, 02:05 AM
i tried that, and now nothing on the page will show up, and on the intro page, when you hover over 'enter' it doesn't space out the letters like it did before. grrr i hate html lol.
marialiv
04-26-2003, 02:09 AM
never mind, i figured it out, thanks al ot!
Xiphias
04-26-2003, 02:09 AM
<head>
<style type="text/css">
A:link
{ text-decoration: line-through ; color: #FFFFFF; }
A:visited
{ text-decoration: line-through ; color: #FFFFFF; }
A:active
{ text-decoration: line-through ; color: #FFFFFF; }
A:hover
{ text-decoration: line-through ; color: #00FF00;
background-color: #000000;
cursor: crosshair; }
body { background-color: #000000;
font-family: lucida bright;
color: #00FF00;
letter-spacing: 3pt;
font-weight: normal;
font-size: small;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #CC3366;
scrollbar-dark-shadow-color: #993300;
scrollbar-track-color: #FFFFFF;}
</style>
<title>no sleeping pills, no old tattoos, can save you now.</title>
</head>
marialiv
04-26-2003, 02:36 AM
okay guys, on the right side it works, and now my left frame is giving me problems, what have i messed up this time? LOL sorry for being such a pain and thx so muc hfor the help