Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 2nd, 2005, 10:37 AM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 137
Thanks: 0
Thanked 0 Times in 0 Posts
Default W3C Standard for CSS Scrollbar?

I have developed a website using XHTML transitional and CSS that validates to W3C standards.

However, I'm wanting to alter the appearance of the Browser scroll bar using CSS. Does anyone know how I might achieve this using VALID CSS as according to W3C CSS checking the following CSS is not valid:

html { scrollbar: #00CC00; scrollbar-arrow-color: #000000; scrollbar-base-color: #ffffff; }

Does anyone have any suggestions?

Many thanks

Gaz
__________________
Gaz
 
Old June 2nd, 2005, 11:01 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

CSS scrollbar colors are Explorer proprietary, and do not appear in a W3 standard. Opera supports them as well, but are turned off by default. Including these in a style sheet won't affect anything but validation, as browsers that don't support them just ignore them.

Regards,
Rich

--
[http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design





Similar Threads
Thread Thread Starter Forum Replies Last Post
curious problem with W3C validator spineynorman HTML Code Clinic 1 April 3rd, 2006 08:20 PM
W3C Validation help!! Mantis HTML Code Clinic 8 April 3rd, 2006 02:04 PM
problem with document.location and w3c holdmykidney Javascript 2 May 3rd, 2005 07:41 PM
W3C Validation of FORM steamydave CSS Cascading Style Sheets 2 April 27th, 2005 10:39 AM
Regularexpression vs w3c vohra_vikas2004 General .NET 0 November 19th, 2004 09:12 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.