View Full Version : help plz!


Tamz
07-23-2003, 11:35 PM
hey, i really need help for my site... how would i change tha color of tha scroll bars? would that be found under anything in tha frames section? help me if u know what i should do plz! :)
~!~Tamz~!~

Lemon Squash
07-23-2003, 11:37 PM
http://www.lissaexplains.com/css.shtml

Tamz
07-23-2003, 11:51 PM
ty so much! i can't believe i missed that!

Tamz
07-24-2003, 12:01 AM
Ahh, wait.... sry, lol... if anyone reads this, can ya help me out still? i dunno what codes i'm sposed to put on muh page, n what i'm not sposed to... =\

Lemon Squash
07-24-2003, 12:11 AM
All of that is different things you can do with CCS.

This is the code for just the scrollbars..

<style type="text/css">
<!--
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000; }
-->
</style>

Put that between your <head> tags ^^

Onyx
07-24-2003, 12:13 AM
<style type="text/css">

A:link
{ text-decoration: value; color:#000000; }
A:visited
{ text-decoration: value; color:#000000; }
A:active
{ text-decoration: value; color:#000000; }
A:hover
{ text-decoration: value; color:#000000; }

body
{ background-color: #000000;

font-family: font;
color: #000000;
font-size: value;

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

td
{ font-family: font;
color: #000000;
padding-left: X;
padding-right: X;
padding-top: X;
padding-bottom: X; }

input, textarea
{ background: #000000;
font-family: font;
color: #000000;
border-style: value;
border-color: #000000;
border-width: X; }

</style>


add that in your <head> tag if u dont already have css. if u do, put in the bold part.

Tamz
07-24-2003, 12:21 AM
do i jus' edit tha scrollbar part? or do i change other things?
... sry, i must sound like a ditz, but i am really not understanding this :(

kittycat
07-24-2003, 12:31 AM
You can change whatever parts you want. But to change the colour of the scrollbars, the only parts that you need to change are the ones like scrollbar-***-color:

You could also use a generator to make it easier: http://asianouting.com/scrollbar

Tamz
07-24-2003, 12:41 AM
omg, ty!!! 4 some reason, that generator made more sense to me than tha codes... yay! :)