View Full Version : Scrollbar Problem


Onyx
07-23-2003, 09:57 PM
OK, in my CSS i put all the scrollbar info in correctly to make everything but the track and face dark green, track and face black to match the background of my site, Element Designz (http://elementdesignz.tripod.com).

The first time I did it, it worked. Then I edited some more, and now it wont!

Also, I made another div layer at the bottom to house all the copyright, resolution and contact information, but the font wasnt courier new anymore, it was times new roman.

Can anyone help me with my two problems? Thanks!

-Onyx [Element]

MaGiCSuN
07-23-2003, 09:59 PM
could you post the right url? this one gives me a tripod error :)

Onyx
07-23-2003, 10:00 PM
just fixed it :)

Onyx
07-23-2003, 10:04 PM
cant edit a post 5 mins after posted so...


Oh yeah, and here's my entire CSS:



<style type="text/css">

A:link
{ text-decoration: underline; color:#009900; }
A:visited
{ text-decoration: underline; color:#009900; }
A:active
{ text-decoration: none; color:#009900; }
A:hover
{ text-decoration: none; color:#009900;

body
{ background-color: #000000;

font-family: courier new;
color: #009900;
font-size: small;

scrollbar-face-color : #000000;
scrollbar-highlight-color : #009900;
scrollbar-3dlight-color : #009900;
scrollbar-shadow-color : #009900;
scrollbar-darkshadow-color : #009900;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #009900; }

td
{ font-family: courier new;
color: #009900;
padding-left: 5;
padding-right: 5;
padding-top: 2;
padding-bottom: 2; }

input, textarea
{ background: #000000;
font-family: courier new;
color: #009900;
border-style: solid;
border-color: #009900;
border-width: 1; }

</style>


thx again.

MaGiCSuN
07-23-2003, 10:04 PM
okiedokie :)

you have forgot to close your hover with an } and that causes all the errors in the scrollbar and for you also the font (it shows up great here)

A:hover
{ text-decoration: none; font-family: courier new; color:#009900;}

Love,
Mirna

Onyx
07-23-2003, 10:06 PM
hey hey thanks alot

umm....love? :-P
Onyx