CSS Code Snippets

Title User Tags Description Date
iOS specific media queries Luis Herrero css iPad iPhone iPod touch media queries Media queries for Apple products 2012-02-14
Remove Scrollbar from Textarea in IE AndyC364 IE Remove Scrollbar Textarea auto css explorer internet overflow add this code to your button's CSS 2012-02-14
Make a block anchor link button (whole button is a link) AndyC364 anchor block button css html link give the link a class class="blockLink" then make it a block level element - display:block; or... 2012-02-08
bottom right background image css AndyC364 background bottom css image right add a background image to bottom right of page. 2012-01-24
SASS CSS3 Transition Mixin mykebates css css3 sass transition SASS mixin that will pump out all the vendor prefixes for you. 1 line greatness. Pass three variab... 2012-01-17
@font-face AndyC364 @fontface css face font fontface convert fonts with: www.font2web.com or fontsquirel put in /fonts folder 2012-01-06
Hide Stuff CSS AndyC364 CSS Hide Stuff display hidden visibility visible visibility - takes up space on the screen display - doesnt take up space on the screen 2011-12-20
Better Drupal edit buttons and block regions kettultim css drupal drupal 6 Better hover buttons and block region indicators for Drupal. 2011-12-14
Conditional CSS AndyC364 CSS Conditional This fixes browser compatibility issues. conditional-css.com Enter the filename (style.css).... 2011-12-14
Center a div horizontically (easier method) minus_13 Center DIV horizontically Center a div horizontically (easier method) 2011-12-09