SDMB contolling browser colour scheme?

Not sure if this should go here or in “About this Message Board”

Anyway, I’ve just upgraded to Internet Explorer 5.5, and have discovered that the scroll bar at the right of the window (and at the right of this text box I’m typing in to create a new thread) is now in “SDMB colours” (navy blue, with yellow arrows at top and bottom), instead of the default grey with black arrows. This colour scheme only applies to the SDMB windows - other windows I have open at the same time are in the normal colours.

Why and how does the SDMB do this?

It’s done through Cascading Style Sheets, which control all the fonts and colours for the whole page. The command is at the top of the page, and looks like this:


BODY {
	SCROLLBAR-BASE-COLOR: #606096;
	SCROLLBAR-ARROW-COLOR: #FFF788;
}

And it only works in 5.5+, and only in IE (I think).

Should say: the command is in between the <STYLE> tags at the top of the source code, if you want to look at it (go View => Source).

Also, there are other variables that control highlights and lowlights of both the scrollbar and the arrowhead, though I can’t remember them off the top of my head.

The colours only appear on sites that have put that command in their stylesheets - you will see more as you continue to surf around.

It’s quite a shock when you first upgrade, but I like it.

Thanks for the explanation. I would have viewed the source of the page myself, but for reasons best known to themselves, the sysadmins seem to have removed that function (the Source option is greyed out on the View menu).

I suppose it does brighten the site up a bit…

I’ve only seen it work in Internet Explorer. I don’t think you should expect it to work anywhere else. Those two properties are not valid CSS (as determined by the CSS Validator). It’s cool, though, so maybe they’ll be in a future version.

This site suggests only IE5.5+ support scrollbar properties. They have an interesting overview of it too.

Do not attempt to adjust the picture. We are now controlling the transmission. We control the horizontal and the vertical.

Off to ATMB.

DrMatrix - General Questions Moderator

It’s damn difficult to control anything else around here.