Topic: colored scrollbar not comp. with XHTML 1.0 Transitional? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 06-15-2002 02:33
I almost went mad trying to find out why my colored scrollbar doesn't appear in IE. I played around with TopStyle's option a bit and found out that it has to do with the doctype. It displays fine in HTML 4.0 and 4.01 Transitional, but in no other doctype. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-15-2002 03:16
Seeing as colored scrollbars aren't in the standards, I wouldn't be surprised if that were the case. |
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 06-15-2002 03:23
Well I have no particualr like/dislike towards them but in this case it would go extremely well with the design...yet I'd like to keep the site 100% XHTML compliant... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-15-2002 03:38
I am a little surprised that the language the page is written in has a bearing on how the CSS is interpreted, but browsers do weird things with those doctypes. Do keep in mind that if you want your *CSS* to be compliant also, scrollbar colors should be left out. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-15-2002 04:30
Do you mean CSS instead of XHTML as styles like the scrollbar have no bearing on XHTML (as far as I'm aware) but those browser-specific non-standard styles will get flagged as being incorrect when test your CSS over at W3C. You can safely ignore those error warnings. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 06-15-2002 05:26 |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-15-2002 14:58
Pugzly: Ah that will explain problems we've been having with the scrollbars in the GN redesign. IE5.5 shows them fine but IE6 doesn't. Stinker. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 06-15-2002 15:09 |
Bipolar (III) Inmate From: Berlin (almost) |
posted 06-15-2002 15:33
Is it possible to tell Mozilla to display scrollbars on every page, even when they're not needed? I have a site where the content is centered horizontally, and there are some pretty short pages so that everything slips some pixels to the right when there aren't any scrollbars... |