View Full Version : Scroll Wheel Image
308holes
November 10th, 2005, 17:40
I was checking out a site and hit the scroll wheel to move down and saw that they had a custom image for that anyone know how they did that ?
Tree
November 10th, 2005, 20:20
Some CSS related thing probably. I've actually never seen that before.
308holes
November 10th, 2005, 20:28
yea me either saw it on http://www.sitepoint.com/
308holes
November 10th, 2005, 20:30
think i found it
html>img /* autoscroll override for Firefox */
{
width: 0!important;
height: 28px!important;
padding-left: 28px!important;
background: url(/images/icons/autoscroll2.png);
}
Tree
November 10th, 2005, 21:17
That looks like it would do it. I'll keep that code in mind when designing a page sometime.
iBrightDev
November 11th, 2005, 16:25
i would like to know what part of the site you fou it on. that is pretty cool sounding, and i would like to see an example of what you are talking about. does it only work in firefox?
Tree
November 11th, 2005, 16:47
It only works if have a mouse with a scroll wheel. If you so, push down on the wheel and the little icon will pop up. It works for IE as well.
iBrightDev
November 14th, 2005, 15:30
that's why i am not seeing it then. i am at work, and i dont have a wheel scroll button here. i'll have to check it at home. thanks
iBrightDev
November 23rd, 2005, 21:06
does this not work in explorer or something?
Tree
November 23rd, 2005, 22:14
Works for me in both.
http://img509.imageshack.us/img509/2720/ffiescroll2bi.png
oops, switch those. IE is on top. FF is on bottom.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.