Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 04-21-2004, 10:36 AM custom scroll bars
Junior Talker

Posts: 1
Trades: 0
Is it possible to design custom HTML scroll bars which work on both mac and PC browsers? I basically want to have different coloured scroll bars on my web windows.

Anybody help?

Thanks
simonharmer is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-21-2004, 10:49 AM
WaHoOoO!'s Avatar
Mentally Unstable Tugboat Captain

Posts: 797
Name: Chad
Location: /usr/bin/perl
Trades: 0
I know how to make it in CSS, which should be cross platform. Web standards (usually, not always) are platform independant. In CSS, the coding you want would be this (put it in your head area):

HTML Code:
<style type="text/css">
 body  {scrollbar-arrow-color: 990000;
	scrollbar-track-color: 990000;
	scrollbar-face-color: E8B900;
	scrollbar-highlight-color: 990000;
	scrollbar-3dlight-color: 990000;
	scrollbar-darkshadow-color: 990000;
	scrollbar-shadow-color: 990000;}
</style>
Experiment with your colors. I also recommend adding another line after the last one that reads:

HTML Code:
overflow: auto;
That way if you have a page that doesn't need a scrollbar, the scrollbar doesn't appear.
__________________
He's baaaaaaaack....
WaHoOoO! is offline
Reply With Quote
View Public Profile Visit WaHoOoO!'s homepage!
 
Reply     « Reply to custom scroll bars
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35138 seconds with 12 queries