Scroll Bar Help!, Can I have a different colored scroll bar in my modules then on the ri |
Scroll Bar Help!, Can I have a different colored scroll bar in my modules then on the ri |
Jan 31 2007, 07:00 PM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 25 Joined: Aug 2006 Member No: 448,477 |
Hey
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! |
|
|
|
![]() |
| *digital.fragrance* |
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. |
|
|
|
iCEiCE BABYYY Scroll Bar Help! Jan 31 2007, 07:00 PM
digital.fragrance It's a little difficult, coding wise, but coul... Jan 31 2007, 09:51 PM
iCEiCE BABYYY QUOTE(digital.fragrance @ Jan 31 2007, 9... Feb 1 2007, 04:01 PM
Azarel table.left TD, table.module td {
/* -Module Body- ... Feb 1 2007, 06:43 PM
iCEiCE BABYYY thanks! but how do I make only the modules on ... Feb 5 2007, 07:42 PM
iCEiCE BABYYY thanks for posting! sorry, but I'm unsure... Feb 7 2007, 06:42 PM
Kathleen ^ I'm pretty sure it would work in either the ... Feb 7 2007, 11:30 PM
iCEiCE BABYYY when i place it in the header, no scroll bar shows... Feb 9 2007, 03:54 PM
digital.fragrance Dang nab. Well, I don't know what else would w... Feb 13 2007, 12:02 PM
iCEiCE BABYYY blahhh ok. thanks for trying :]
is there any way... Feb 13 2007, 04:02 PM![]() ![]() |