Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-21-2005, 06:57 AM   PM User | #1
iota
Registered User

 
Join Date: Oct 2004
Posts: 592
Thanks: 0
Thanked 1 Time in 1 Post
iota is an unknown quantity at this point
How to change phpBB scrollbar color ?

Hi masters,

However I insert the scrollbar color change code, my test forum scrollbar doesn't change any thing. How can I do that ?
Thank you.

http://icebergz.flashband.net/forum

There you'll see the following code in style tag.


Code:
body {
scrollbar-face-color: #AF60FF; scrollbar-shadow-color: silver; scrollbar-highlight-color: #FF9999; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #6699ff; scrollbar-track-color: #E7CEFF; scrollbar-arrow-color: #ffffff}
iota is offline   Reply With Quote
Old 08-21-2005, 07:13 AM   PM User | #2
harbingerOTV
Senior Coder

 
Join Date: Jan 2005
Location: Memphis, TN
Posts: 1,765
Thanks: 8
Thanked 123 Times in 121 Posts
harbingerOTV will become famous soon enough
what browser are you trying this in?

IE is the only one that allows you to do this AFAIK.
__________________
Stop making things so hard on yourself.
i is tugbucket :: help raise tugburg :: Whitehaven Kiwanis
harbingerOTV is offline   Reply With Quote
Old 08-21-2005, 07:25 AM   PM User | #3
iota
Registered User

 
Join Date: Oct 2004
Posts: 592
Thanks: 0
Thanked 1 Time in 1 Post
iota is an unknown quantity at this point
yeah, IE scrollbar color doesn't change.
iota is offline   Reply With Quote
Old 08-21-2005, 04:10 PM   PM User | #4
harbingerOTV
Senior Coder

 
Join Date: Jan 2005
Location: Memphis, TN
Posts: 1,765
Thanks: 8
Thanked 123 Times in 121 Posts
harbingerOTV will become famous soon enough
it's your doctype. I guess IE needs to be quirks or something for the scrollbar thing to work.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
works for me.

you also have:
Code:
<body onload="checkCount()">
<body onload="PreloadFlag = true;">
in your code. After the doctype change the 2 opening body tags might become an issue.
__________________
Stop making things so hard on yourself.
i is tugbucket :: help raise tugburg :: Whitehaven Kiwanis
harbingerOTV is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:00 AM.


Advertisement
Log in to turn off these ads.