View Full Version : scrolling bars/css


LindseyJuly
01-16-2003, 10:48 PM
Okay I have used Lissa's code...

<style type="text/css">
<!--
body
{
direction:rtl;

scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #CC0066;
scrollbar-track-color: #FFFFFF;
}
-->
</style>

What part of this code is putting the scroll bar on the left side of the page, because i do not want it there!! where can I find a page that lists the colors and their numbers?? and also, what gets rid of the border around graphical links?? is it border="0" ?? Please help!

Kittie
01-16-2003, 11:01 PM
<style type="text/css">
<!--
body
{
direction:rtl;

scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #CC0066;
scrollbar-track-color: #FFFFFF;
}
-->
</style>

first answer: the "direction:rtl;" is making it on the left side
second answer: here is where you can find colors and their codes (http://www.lissaexplains.com/color.shtml)
third answer: in a code for a linking image:
<a href="http://"><img scr="image.gif" border="0"></a>
the border="0" is what makes it have no border

~kittie~~

Pange
01-16-2003, 11:03 PM
1. take out the direction:rtl; part in the coding
2. lots of colour codes are listed in Lissa's site, but you can also use a graphics program like Paint Shop Pro to get even more in the change colour section.
3. yup, border=0 does it! <img src="image" width="#" height="#" border="0">

PangeEdit: eep, sorry, didn't see that there already was a reply, we must have done so at the same time! *dies*

LindseyJuly
01-16-2003, 11:08 PM
Thank you very much to both of you! That helps a lot!

anetheJ
01-17-2003, 03:06 AM
i downloaded this color set where i choose a color on the chart and i can make it brighter or with more green or whatever and it gives me the code. its very useful. i don't remember how i found it but you can probably download something simular at downloads.com or you can just use lissa's stuff.