Revision: 14160
Updated Code
at September 17, 2009 22:08 by benjaminpearson
Updated Code
::selection { background:#c3effd; color:#000; /* Safari and Opera */ } ::-moz-selection { background:#c3effd; color:#000; /* Firefox */ } html { overflow-y:scroll; } .page-break { page-break-before:always; } a[href$='.pdf'] { padding:0 20px 0 0; background:transparent url(/graphics/icons/pdf.gif) no-repeat center right; } input[type=submit],label,select,.pointer { cursor:pointer; } resize: none;
Revision: 14159
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 21, 2009 06:11 by benjaminpearson
Initial Code
::selection { background:#c3effd; color:#000; /* Safari and Opera */ } ::-moz-selection { background:#c3effd; color:#000; /* Firefox */ } html { overflow-y:scroll; } .page-break { page-break-before:always; } a[href$='.pdf'] { padding:0 20px 0 0; background:transparent url(/graphics/icons/pdf.gif) no-repeat center right; } input[type=submit],label,select,.pointer { cursor:pointer; }
Initial URL
http://davidwalsh.name/css-enhancements-user-experience
Initial Description
Change Text Highlight Color | Prevent Firefox Scrollbar Jump | Print Page Breaks | Attribute-Specific Icons | CSS Pointer Cursors | Prevent Safari Resizeable Text areas
Initial Title
CSS Enhancements
Initial Tags
css
Initial Language
CSS