View Full Version : Scrollbar Problem


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>

jessi15
02-17-2004, 10:01 PM
It works for me because I have internet explorer. If you dont have Internet Explorer it will not work. Hope that helps.

Ayelet
02-17-2004, 10:25 PM
I noticed that if one uses the latest version of dreamweaver, the url "http://www.w3.org/TR/html4/loose.dtd" is added at the top, and it seems to disable the scroll bar option. So if you use dreamwesver you could removed that url from the tag at the top. If you dunno what i mean, soz lolz

Small_Wonder
02-17-2004, 10:42 PM
I have IE and I don't use Dreamweaver. But thanx for trying to help me.


I noticed that if one uses the latest version of dreamweaver, the url "http://www.w3.org/TR/html4/loose.dtd" is added at the top, and it seems to disable the scroll bar option. So if you use dreamwesver you could removed that url from the tag at the top. If you dunno what i mean, soz lolz

Small_Wonder
02-17-2004, 11:07 PM
Never Mind I figured it out. Thanks

I have IE and I don't use Dreamweaver. But thanx for trying to help me.

jessi15
02-17-2004, 11:46 PM
No prob. I guess the part you gave us wasn't the problem then.
I'm glad you were able to figure it out! :)