/ Published in: CSS
Sitepoint have this useless but cool feature if you hold down the middle click to autoscroll the page - they have replaced the image that indicates scrolling
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
html>img /* autoscroll override for Firefox */ { width: 0!important; height: 28px!important; padding-left: 28px!important; background: url(/images/icons/autoscroll2.png); }
URL: http://www.sitepoint.com/