Replacing autoscroll image in Firefox


/ Published in: CSS
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. html>img /* autoscroll override for Firefox */
  2.  
  3. {
  4.  
  5. width: 0!important;
  6.  
  7. height: 28px!important;
  8.  
  9. padding-left: 28px!important;
  10.  
  11. background: url(/images/icons/autoscroll2.png);
  12.  
  13. }

URL: http://www.sitepoint.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.