![]()
Div.scroll {
overflow-y: scroll; <-----??????????????????????
}
is it possible to controll the graphics on a scroll by using css?
-buskerota-
| SitePoint Sponsor |
![]()
Div.scroll {
overflow-y: scroll; <-----??????????????????????
}
is it possible to controll the graphics on a scroll by using css?
-buskerota-





ought to do it. If you use the same in your DIV scroll bit, then that colour can be different (so have a different main body scrollbar and a different one for your DIV).Code:body {scrollbar-base-color: #b0c0d0; }
I swear to drunk I'm not God.
» Matt's debating is not a crime «
Hint: Don't buy a stupid dwarf ö Clicky
thanx.. maybe its another issue, but if i want another graphic, like a button instead of the _
| |
| |
| |
| |
| |
| |
|_|
is that possible with just css or is it more difficult?im -newbie-





What do you want to change? The up/down arrows?
I swear to drunk I'm not God.
» Matt's debating is not a crime «
Hint: Don't buy a stupid dwarf ö Clicky





You can change the style of the arrows, not sure about changing them for a graphics though:
http://wsabstract.com/howto/scrollbarcolor.shtml
Whats the _ btw?


No, don't think there is ANY way you can change the scrollbar to a graphic.
Don't put too much work into your scrollbar, concentrate on the way it integrates with the rest of your page.![]()





Well said that man.Originally posted by spdrcr
Don't put too much work into your scrollbar, concentrate on the way it integrates with the rest of your page.![]()
![]()





Those are widgets built into the browser itself. You can change the color of them (in IE) but you cannot change the shape or the object.
Adobe Certified Coldfusion MX 7 Developer
Adobe Certified Advanced Coldfusion MX Developer
My Blog (new) | My Family | My Freelance | My Recipes


Widgets!?





A widget is a generic term for an item that does something:
http://www.dictionary.com/search?q=widget
Adobe Certified Coldfusion MX 7 Developer
Adobe Certified Advanced Coldfusion MX Developer
My Blog (new) | My Family | My Freelance | My Recipes
-yeah that was the idea, i've seen it on some pages on the web.. like www.planetarion.comOriginally posted by weirdbeardmt
What do you want to change? The up/down arrows?![]()





Originally posted by buskerota
-yeah that was the idea, i've seen it on some pages on the web.. like www.planetarion.com![]()
Woohoo, another PA player!
Do you mean in the ingame screens as www.planetarion.com doesnt have any different scrollbars.
Like this:
![]()
Well here is the css used for the Terran game screen:
Code:body { scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #74100D; scrollbar-base-color: #3A3331; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #3A3331; scrollbar-highlight-color: #74100D; scrollbar-shadow-color: #74100D; scrollbar-track-color: #000000; }
Bookmarks