View Full Version : Brain Freeze
jagreen78
August 6th, 2002, 12:06 AM
Could someone refresh my memory or give me a link on how you set custom images to replace the scrollbar in I.E.
Thanx...
lostinbeta
August 6th, 2002, 12:12 AM
custom images...no clue.... custom colors I can do.
[!--
body {
scrollbar-base-color: #000000 ;
scrollbar-highlight-color: #000000 ;
scrollbar-3d-light-color: #000000 ;
scrollbar-arrow-color: #000000 ;
scrollbar-darkshadow-color: #000000 ;
scrollbar-face-color: #000000 ;
scrollbar-shadow-color: #000000 ;
scrollbar-track-color: #000000 ;
scrollbar-arrow-color: #000000 ;
}
--]
This makes it all black of course, but experiment with the colors.
Place this in between your tags.
Of course, replace [] with <>
The board converts HTML so I had to use [].
The {} are right, so leave them.
jagreen78
August 6th, 2002, 08:25 AM
I know how to change the color, but I want to use my own gif images in place of the scrollbar. Kind of like how kirupa uses his own images to open the chromeless windows in the open source area.
kirupa
August 6th, 2002, 08:53 AM
Hey jagreen,
I don't think that is possible for browser scrollbars. The graphics work only in specific instances where you have an inline frame within a page. You can use javascript and control the scrolling of text when the graphic is pressed, but I don't really know how to do that. Either way, I don't believe you will be able to use graphics for browser scrollbars.
Cheers!
Kirupa :ninja:
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.