Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 30th, 2004, 04:15 PM
DaveyBoyWonder DaveyBoyWonder is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 4 DaveyBoyWonder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Scroll Bars - How To Edit Them?

Hi people.
I'm pretty much a complete novice at the whole web-design stuff but I'm playing around with a design at the moment and I really want to edit the scroll bar to make it fit in with the rest of the page but I have no idea how to do this!? What I don't want is the standard windows scroll bar and want to have my own with its own colours, look etc

Can anyone shed some light on this??

Cheers,
DaveyBoyWonder

Reply With Quote
  #2  
Old January 30th, 2004, 04:20 PM
Nayias Nayias is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Netherlands
Posts: 33 Nayias User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 26 m 45 sec
Reputation Power: 5
<style type="text/css">
BODY {
scrollbar-face-color: #008000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #008000;
scrollbar-darkshadow-color: #008000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}
</style>

Reply With Quote
  #3  
Old February 16th, 2004, 05:20 PM
DaveyBoyWonder DaveyBoyWonder is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 4 DaveyBoyWonder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Unhappy

OK so I'm showing my total newbie status here but I've inserted that HTML into the page and still the scroll bars are standard. I've even tried ripping HTML from other pages with the edited scroll bars and its still not working!!


HELP PLEASE?!

Reply With Quote
  #4  
Old February 17th, 2004, 07:12 AM
Goddess Goddess is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2003
Posts: 10 Goddess User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
First of all, what browser are you viewing this in? Editing the scrollbar only works for IE 5.0 and above if I'm correct.

Try modifying the colors and safe your page, and make sure you refresh if you view it in IE.

Good luck with it

greetz, Merel

Reply With Quote
  #5  
Old February 22nd, 2004, 06:39 AM
toots82 toots82 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 90 toots82 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 7 m 17 sec
Reputation Power: 5
Can someone answer Davey's question please? Because I'm quite interested in the answer also!

What value (color) would be a transparent scroll bar?

Also, is it possible to edit scroll bars in an inline frame? If so, where do I place the code?

Thanks!!!

Reply With Quote
  #6  
Old February 25th, 2004, 05:23 AM
Redback42's Avatar
Redback42 Redback42 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: Port Macquarie, Australia
Posts: 2 Redback42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Using CSS

Not sure if you still need this answered. The CSS the first reply (Nayias) gave you should be added to the head section of your html document. Change the colours (they are hex codes) to suit the colours on your own page. This will make all the scrollbars you have on the page change colour, incl. ones in div tags.

I've also read that scrollbar colours only work in IE but I can view them in Netscape 7 & the latest version of Opera quite nicely!

Please ask again if this doesn't help

Reply With Quote
  #7  
Old February 25th, 2004, 07:10 AM
DaveyBoyWonder DaveyBoyWonder is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Posts: 4 DaveyBoyWonder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Cheers - I've got it sorted now - I was doing it right in the first place but I was editing the site in Namo Webeditor which obviously didn't like it. Using good old FP2000 now and its great!

Cheers people...

Reply With Quote
  #8  
Old April 11th, 2004, 01:08 AM
Wolvie Wolvie is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Posts: 1 Wolvie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Interesting

Well I been reading all about what's been said of the scroll bar situation, I too have tried using the code that Goddess was so kind to share, but doesn't work for me...

I've also read that it should work with IE 5.0 or higher, I have IE 6.0 and in the code area first part of each line gets redlined and when the error window pops up it say; CSS property scrollbar-track..etc-color is not supported by IE 5.0 or NN 4. 6. or 7.0 ?

Anyone help with this? I'd sure appreciate it ttyl

Reply With Quote
  #9  
Old June 29th, 2004, 02:05 PM
kristikris kristikris is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 2 kristikris User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Exclamation

yea uhhh i have internet explorer 5.0 and i cannot see any colour no matter what i do! it's always the default grey! please help!

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > Scroll Bars - How To Edit Them?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway