Home › Forums › JavaScript › How would i add this css style with jQuery? › Re: How would i add this css style with jQuery?
July 20, 2012 at 1:33 am
#106452
Member
You can still do it using CSS alone: http://jsfiddle.net/joshnh/bWwNN/
div:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 6px rgba(0,0,0,1);
}