Small_Wonder
02-17-2004, 09:53 PM
My scrollbar is not showing up in my page. Below is my CSS. Can someone tell me what the problem is?
<style type="text/css">
<!--
A:link
{text-decoration:none; color: fff799}
A:visited
{text-decoration:line-none; color: dbadaf}
A:active
{text-decoration:none; color: fff799}
A:hover
{text-decoration:none; color:fff799;
background-color:ffffff;
cursor: crosshair}
Body
{background-color:ffffff;
transparent;
background-image:;
background-repeat:;
Background-attachment:fixed;
font-family:verdana;
color:dbadaf;
letter-spacing:0pt;
font-weight:normal;
font-size:8pt;
scrollbar-face-color:dabdaf;
scrollbar-highlight-color:fff799;
scrollbar-3dlight-color:ffffff;
scrollbar-shadow-color:8e8e8e;
scrollbar-darkshadow-color:8e8e8e;
scrollbar-track-color:fff799;
scrollbar-arrow-color:fff799;
overflow-x: hidden }
TD
{font-family:verdana;
color:dbadaf;
font-size:8pt;
font-weight:normal;
padding:0cm}
input, textarea {
color: #ffffff;
background:fff799 ;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
font-family: verdana;
text-align: left;
border-width: 1px;
border-style: solid;
border-color:#fff799}
-->
</style>
<style type="text/css">
<!--
A:link
{text-decoration:none; color: fff799}
A:visited
{text-decoration:line-none; color: dbadaf}
A:active
{text-decoration:none; color: fff799}
A:hover
{text-decoration:none; color:fff799;
background-color:ffffff;
cursor: crosshair}
Body
{background-color:ffffff;
transparent;
background-image:;
background-repeat:;
Background-attachment:fixed;
font-family:verdana;
color:dbadaf;
letter-spacing:0pt;
font-weight:normal;
font-size:8pt;
scrollbar-face-color:dabdaf;
scrollbar-highlight-color:fff799;
scrollbar-3dlight-color:ffffff;
scrollbar-shadow-color:8e8e8e;
scrollbar-darkshadow-color:8e8e8e;
scrollbar-track-color:fff799;
scrollbar-arrow-color:fff799;
overflow-x: hidden }
TD
{font-family:verdana;
color:dbadaf;
font-size:8pt;
font-weight:normal;
padding:0cm}
input, textarea {
color: #ffffff;
background:fff799 ;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
font-family: verdana;
text-align: left;
border-width: 1px;
border-style: solid;
border-color:#fff799}
-->
</style>