Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How would i add this css style with jQuery? Re: How would i add this css style with jQuery?

#106452

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);
}​