iTom
08-01-2005, 09:10 AM
Okay, I'll try and explain this easy. Is there a way to change the colour when you click on the track of the scrollbar? Example: http://i7.photobucket.com/albums/y259/tgo735/scrollbar.png
|
View Full Version : Scrollbars.... iTom 08-01-2005, 09:10 AM Okay, I'll try and explain this easy. Is there a way to change the colour when you click on the track of the scrollbar? Example: http://i7.photobucket.com/albums/y259/tgo735/scrollbar.png Xayeus 08-01-2005, 12:30 PM possibly a java script or flash program, I've seen both do amazing things. P.S. I know this doesn't help at all but I thought I'd post here after all the help you've given me to show that I would help if I could. Thanx again for all of the help. ~X iTom 08-01-2005, 02:02 PM No problem. I don't think it's flash, could be JScript... but more likely it is CSS. iTom 08-01-2005, 02:08 PM (Sorry for Double Posting) I don't think it's flash, could be JScript... but more likely it is CSS. pb&j 08-01-2005, 03:40 PM if its do-able in css, then it is probably already one of the colors you specify in the normal color coding for scrollbars (IE only). i am unsure which one it would be, so perhaps just change one at a time to a very odd color and test it, then go to the next and test again. if that does not work, and you've seen it someplace else, then please post a link to the example. thanks. iTom 08-01-2005, 03:43 PM It actually seems to be an invert of the scrollbar base colour, an example, I'll look... iTom 08-01-2005, 03:55 PM Okay, I did what you said PB&J, random colour combination to see if I could find the colour. I ended up with this: http://i7.photobucket.com/albums/y259/tgo735/scrollbar2.png It seems like it's an invert, because I didn't specify yellow. DonComp65 08-01-2005, 04:03 PM Okay, I'll try and explain this easy. Is there a way to change the colour when you click on the track of the scrollbar? Example: http://i7.photobucket.com/albums/y259/tgo735/scrollbar.png <div style='PADDING-RIGHT: 5px; PADDING-LEFT: 5px; SCROLLBAR-FACE-COLOR: #666666; Z-INDEX: 4543; LEFT: 45px; PADDING-BOTTOM: 5px; SCROLLBAR-HIGHLIGHT-COLOR: #000000; OVERFLOW: auto; WIDTH: 390px; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #000000; PADDING-TOP: 5px; SCROLLBAR-TRACK-COLOR: #333333; FONT-FAMILY: Verdana; SCROLLBAR-DARKSHADOW-COLOR: #000000; I hope that helped.... Take Care. |