Welcome To Snipplr


Everyone's Recent Snippets Tagged css



1 ... 26 27 28 29 30 ... 41
This finds individual CSS attributes, i.e. "foo : bar;" or "bar : 2px solid foo;"
4 2537 posted 16 years ago by mocha0range
This finds CSS style names, i.e. "#foo" or "#foo, .bar" Note: You'll need to chomp the trailing "\s{" off the end of the matched string. I matched it just to make sure that it didn't get anything else.
5 1809 posted 16 years ago by mocha0range
This finds the entire style definition - from #foo to the last brace. i.e. ".foo, #bar { foo: bar; foo: bar; bar: foo; }"
4 1634 posted 16 years ago by mocha0range
3 1213 posted 16 years ago by jfleblanc
1 1101 posted 16 years ago by jfleblanc
HTML/CSS Template - HTML 4 Transitional
0 1923 posted 16 years ago by thehamilton
1 1426 posted 16 years ago by benedikt
0 1167 posted 16 years ago by benedikt
0 1309 posted 16 years ago by terrencewood
Doesn't work in IE6, so use this to enhance sites rather than use thenm for required information. Very handy for adding a PDF icon behind a link. Make icons very small (16px x 16px) and with transparent space on left and top to make it look more al...
4 1548 posted 16 years ago by carriegates
All credit to Richard Clarke, code taken from HTML 5 Doctor. Posted here for quick access from TextMate.
6 4129 posted 16 years ago by mrjohnsly
Smoothness of fade out animation needs work
0 1233 posted 16 years ago by funkadelicsoul
In this tutorial we are going to use the :before pseudo-element to create a 3D style box. This effect will not work in Internet Explorer since it does not support the :before attribute. IE users will only see the element's themselves, and nothing els...
0 1230 posted 16 years ago by myrebel420
0 1471 posted 16 years ago by tiki16
0 2594 posted 16 years ago by webdevelopertut
0 1204 posted 16 years ago by endorfin
Neat CSS fixed background image scrolling 'trick'
3 1698 posted 16 years ago by myrebel420
how to link ie only stylesheets and stylesheets by generation of ie
2 1852 posted 16 years ago by thesmu
Combine this with the my compression script and things load real fast. I think I pulled some of this code of a site on google... can't claim complete credit.
0 1627 posted 16 years ago by iloveitaly
A custom compression script I use for auto compression and gzip compression of my css & files. Also allows for 'debug' mode (uncompressed). You simply include the core.css & core.js in your <head>
0 1637 posted 16 years ago by iloveitaly
Easily Modify and Layout html with classes that on the fly create margins
0 1474 posted 16 years ago by chrisjlee
A javscript snipped which will mark each table cell with a CSS class containing the cell's column number. This allows you to set the table column widths using just one CSS rule and without hand editing the table HTML code. This is to workaround the l...
0 2363 posted 16 years ago by miohtama
1 1401 posted 16 years ago by nico65
1 ... 26 27 28 29 30 ... 41