Please help

This is a discussion on "Please help" within the Web Page Design section. This forum, and the thread "Please help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 27th, 2007, 09:59
Junior Member
Join Date: May 2007
Location: NE England
Age: 24
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Please help

Hi guys,
I have been working on a new layout for my website, and I am having some troubles, I want to change the colour of the scrollbar on my Layer which is set up as auto, but I have tried using the css scrollbar colour options to no avail.
Could someone please point me in the right direction as I do not want a grey scrollbar stuck in the middle of my page...lol
I have took out the scrollbar coding I had in the page as it wasn't doing anything other than messing everything up.
here a link to my site so that you can have a look at the coding.


http://360gamer.50webs.com/index.html

Cheers,
David

Last edited by davor2000; May 27th, 2007 at 10:05. Reason: more info
Reply With Quote

  #2 (permalink)  
Old May 27th, 2007, 11:50
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please help

I believe you can only change scrollbars in IE. The css to do so is
Code: Select all
body {scrollbar-base-color: color name or color value}
Here's another way to give it a complete overhaul:
Code: Select all
 body { scrollbar-arrow-color: #ffffff; scrollbar-base-color:#ffffff; 
scrollbar-dark-shadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-face-color: 
#ffffff; scrollbar-shadow-color: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-3d-light-color: 
#ffffff; }
Here's a good tutorial on using CSS and Javascript http://www.sitepoint.com/article/colors-css-javascript
Reply With Quote
  #3 (permalink)  
Old May 29th, 2007, 17:05
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,649
Thanks: 0
Thanked 7 Times in 7 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Please help

That is indeed an IE only thing and a poopy one at that. Personally I would avoid changing widgets too much.
__________________
I've got <style> and .class
Reply With Quote
Reply

Tags
css, help, scrollbar

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 13:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43