Log In · Register

 
Scroll Bar Help!, Can I have a different colored scroll bar in my modules then on the ri
iCEiCE BABYYY
post Jan 31 2007, 07:00 PM
Post #1


Member
**

Group: Member
Posts: 25
Joined: Aug 2006
Member No: 448,477



Hey biggrin.gif So here's the problem:

I want to add scroll bars in my modules that are a different color then the scroll bar in the right of my screen... Is that possible? If so, how?

Thanks for your help!
 
 
Start new topic
Replies
*digital.fragrance*
post Feb 6 2007, 07:38 PM
Post #2





Guest






Take what Anna (Azarel) gave you, and make it like this for your modules. (Edit the colors)
CODE
<style="text/css">table.left TD, table.module td {
/* -Module Body- */
BORDER-TOP: 1px solid #f4343b;
BORDER-BOTTOM: none;
BORDER-RIGHT: none;
BORDER-LEFT: none;
BACKGROUND-COLOR: ffffff;
SCROLLBAR-FACE-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #f4343b;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-HIGHLIGHT-COLOR: #f4343b;
SCROLLBAR-DARKSHADOW-COLOR: #f4343b;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;}

table.left, table.module {
/* -Module Altogether- */
WIDTH: 190px;
BORDER: 1px solid black;
BACKGROUND-COLOR: ffffff;
SCROLLBAR-FACE-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #f4343b;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-HIGHLIGHT-COLOR: #f4343b;
SCROLLBAR-DARKSHADOW-COLOR: #f4343b;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;
</style>


And then do this for the other scrollbars (blog and page):
CODE
<style="text/css>body{
SCROLLBAR-FACE-COLOR: #ffffff;
SCROLLBAR-ARROW-COLOR: #f4343b;
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff;
SCROLLBAR-HIGHLIGHT-COLOR: #f4343b;
SCROLLBAR-DARKSHADOW-COLOR: #f4343b;
SCROLLBAR-3DLIGHT-COLOR: #ffffff;</style>

Edit the colors that you want. The last code should control the body part of the page, and possible the scrollbars in your posts. I'm not sure if this will work - it's always very hard to get this to work.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: