|
CSS problem?
I'm not sure if this is a problem with my CSS...I had a friend look it over and she didn't notice any issue, but I'm still having a problem with getting everything to work. The only thing that works out of all the parts is the font colors. Does anyone know what's wrong?
[code:1:dce7741b6e]<html>
<head>
<title>Cliques</title>
</head>
<body bgcolor="#B9B9B9">
<style type="text/css">
<!--
body
{margin: 0pt;
background-repeat: repeat-y;
background-color: white;
scrollbar-base-color: white;
scrollbar-face-color: white;
scrollbar-shadow-color: grey;
scrollbar-highlight-color: grey;
scrollbar-3dlight-color: white;
scrollbar-darkshadow-color: white;
scrollbar-track-color: white;
scrollbar-arrow-color: grey}
a:link, a:visited, a:active {text-decoration: none;
color: #000000;
font-weight:bold;
cursor: crosshair}
a:hover {text-decoration: none;
background-color:#b9b9b9;
color: #000000;;
cursor: crosshair}
font-family: tahoma:
color: #000000 ;
font-weight: normal;
font-size: small;
-->
</style>
<center>
<p>Here's all the content...yup. The background color didn't work, the font didn't...just the font color. Hmm.
</body>
</html>
[/code:1:dce7741b6e]
|