| Author |
Message / Information |
DeltaWolf
Quote | Reply |
| question posted on: 3/25/2003 9:30:31 AM Yo, i was wondering, is it possible to change, lets say... the scroll bar colors on these Boards? |
Sharky
ChatArea.com Owner

Quote | Reply |
|
question
replied on: 3/25/2003 9:31:27 AM
sure, you need to use css.
|
DeltaWolf
Quote | Reply |
|
question
replied on: 3/26/2003 9:55:09 AM
ya, ya, ya, i mean, where? i tried in the little box that puts stuff at the top of your forum, but it did not work.
|
Sharky
ChatArea.com Owner

Quote | Reply |
This message was updated on 3/26/2003 1:27:40 PM by Sharky
|
question
replied on: 3/26/2003 11:06:52 AM
Really, can you paste the code in a "code box" here so I can see what you pasted. Use the html link next to the messagebox if your not sure what I mean by code box.
this seems like a pretty good resource for making the css: http://development.gurusnetwork.com/utilities/colored_scrollbars/
|
DeltaWolf
Quote | Reply |
|
question
replied on: 4/3/2003 9:28:38 AM
um..okay
<style type="text/css"> <!-- body {
scrollbar-base-color: black; scrollbar-track-color: #333333; scrollbar-face-color: #808080; scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #666666; scrollbar-darkshadow-color: black; scrollbar-shadow-color: #666666; scrollbar-arrow-color: black } --> </style>
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
question
replied on: 4/3/2003 3:01:28 PM
what forum are you trying to use this on?
|
DeltaWolf
Quote | Reply |
This message was updated on 4/4/2003 9:37:48 AM by DeltaWolf
|
question
replied on: 4/4/2003 6:18:44 AM
All my forums for DeltaStar1. I am gonna change the colors later though.
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
question
replied on: 4/4/2003 9:58:08 AM
I only saw 2 deltastar forums, and they didn't have any style code in them.
|
DeltaWolf
Quote | Reply |
|
question
replied on: 4/7/2003 9:09:28 AM
i took em off b/c they weren't working. I duuno where to put them.
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
question
replied on: 4/7/2003 11:57:55 AM
I tried this and it worked for me on another forum, you will put this in your society introduction, or your forum introduction:
<style type="text/css"> <!-- body { scrollbar-base-color: default; scrollbar-face-color: Maroon; scrollbar-track-color: Maroon; scrollbar-arrow-color: Yellow; scrollbar-3dlight-color: Yellow; scrollbar-darkshadow-color: Yellow; scrollbar-highlight-color: Yellow; scrollbar-shadow-color: Yellow; } --> </style>
|
DeltaWolf
Quote | Reply |
|
question
replied on: 4/8/2003 10:53:04 AM
oh....okay..Thanks!!
|
DeltaWolf
Quote | Reply |
|
question
replied on: 4/8/2003 11:04:01 AM
Another Question...MUST we use that "New" i con for new posts? Can we use our own?
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
question
replied on: 4/8/2003 12:09:33 PM
check the features forum.
|
rage_

Quote | Reply |
|
question
replied on: 4/8/2003 12:58:21 PM
im sorry. where is the features forum? i actually want to use something other than the "New" icon as well.
|
Sharky
ChatArea.com Owner

Quote | Reply |
This message was updated on 4/8/2003 2:07:42 PM by Sharky
|
question
replied on: 4/8/2003 2:07:19 PM
sorry about that, I mean the feature post on the suggestions forum.
|
KOOLRustlerdude

Quote | Reply |
This message was updated on 4/17/2003 4:37:49 PM by KOOLRustlerdude
|
question
replied on: 4/17/2003 4:36:37 PM
quote: Originally Posted by Lawizard I tried this and it worked for me on another forum, you will put this in your society introduction, or your forum introduction:
<style type="text/css"> <!-- body { scrollbar-base-color: default; scrollbar-face-color: Maroon; scrollbar-track-color: Maroon; scrollbar-arrow-color: Yellow; scrollbar-3dlight-color: Yellow; scrollbar-darkshadow-color: Yellow; scrollbar-highlight-color: Yellow; scrollbar-shadow-color: Yellow; } --> </style>
That should work. I use all sorts of css on my forum
The code I put in covers everything from scrollbars to Textarea to the border of checkboxes to the style of buttons. it's totally trick 
wanna see more?
My Website
Pece out
-Kel
|