Forum Moderators: not2easy
It looks like I can't use styles to change my scrollbars when I am using a DOCTYPE, I even tried the HTML 4.01 DOCTYPE to no avail (I usually use XHTML.)
So much for creativity.
It seems all this stuff is centered around "accessability" and not "creativity", maybe I don't care if people with bad eyes can't enjoy my computer graphics site, did they ever think of that?
Take care,
Cyrus
If you don't care about accessability then why even both with the standards?
Because they are two different things?
It's perfectly possible to have a validating standards compliant site that's an accessibility nightmare, just as it's possible to have an accessible site with spaghetti code and no DOCTYPE.
It's also possible to have coloured scrollbars for IE and still have your (X)HTML and main CSS validate, as long as you wrap your scrollbar code inside conditional comments.