Jared
07-23-2003, 11:43 PM
Where do i start the css sheet?
How do i make the scroll bar?
I looked in the help files for css but didn't find anything of what i was looking for.
Help is deeply appreciated.
Cherchezlafemme
07-23-2003, 11:53 PM
Actually that is what it is!
<style type="text/css">
<!--
body {
background-color: #FFDDDD;
color: #FF0000;
font-family: Arial;
font-size: 7pt;
scrollbar-base-color: #FFFFFF;
scrollbar-shadow-color: #FF7979;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FF7979;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FF7979;
}
A:link {
COLOR: #FF7979;
TEXT-DECORATION: none;
}
A:visited {
COLOR: #FF7979;
TEXT-DECORATION: none;
}
A:active {
COLOR: #FF7979;
TEXT-DECORATION: none;
}
A:hover {
COLOR: #FFDDDD;
TEXT-DECORATION: none;
}
</style>
that is the basic, basic style sheet edit the variables yourself
Jared
07-24-2003, 12:06 AM
How do you create a scroll bar on the left side of the screen?
That is wut i really want to know.
Lissa
07-24-2003, 07:01 PM
http://www.lissaexplains.com/css.shtml