|
-
Jul 8th, 2003, 11:24 AM
#1
Why is it possible, in a CSS, to alter the props of a scrollbar...but not a combobox!
using:
Code:
BODY, SELECT
{
scrollbar-face-color:red;
scrollbar-shadow-color: Maroon;
scrollbar-highlight-color: #FF7F50;
scrollbar-3dlight-color:pink;
scrollbar-darkshadow-color:darkgreen;
scrollbar-track-color: green;
scrollbar-arrow-color: white;
}
so...why can't you do anything like this with a combo???
Woka
-
Jul 8th, 2003, 03:42 PM
#2
Stuck in the 80s
Probably because it is not supported?
-
Jul 9th, 2003, 01:51 AM
#3
Because MS didn't create proprietary tags for comboboxes?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jul 10th, 2003, 12:54 PM
#4
Addicted Member
Re: Why is it possible, in a CSS, to alter the props of a scrollbar...but not a combobox!
[QUOTE]Originally posted by Wokawidget
Code:
BODY, SELECT
{
scrollbar-face-color:red;
scrollbar-shadow-color: Maroon;
scrollbar-highlight-color: #FF7F50;
scrollbar-3dlight-color:pink;
scrollbar-darkshadow-color:darkgreen;
scrollbar-track-color: green;
scrollbar-arrow-color: white;
}
I wanted to point out that this is not CSS. What you have here is MS proprietary style elements, but not CSS.
If you directly affect these, you will undermind accessibility. The civilized world understands this. MS will eventually decide that there can be no variation in its user base, and accessibility will not be an issue.
Travis, Kung Foo Journeyman
Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
OSS: Mozilla, MySQL (Manual)
-
Jul 11th, 2003, 04:58 AM
#5
Actually it is CSS. It just isn't valid CSS1 2 or 3. But it is valid CSS MS-version.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jul 11th, 2003, 05:04 AM
#6
So how would you change the style/appearance of a combo box???
Woka
-
Jul 11th, 2003, 11:48 AM
#7
Stuck in the 80s
You can't. Not the scrollbars.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|