Welcome To Snipplr
Everyone's Recent CSS Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
rather annoying issue that I encountered and spent too much time researching - the relevant IE fix is in all caps
1
1422
posted 13 years ago by felicemente
Just came across pure css3 soothing clouds, looks awesome, checkout!
0
1075
posted 13 years ago by jimmy101
what could be placed in the * {} inorder to solve a few common issues
0
1053
posted 13 years ago by prwhitehead
Originally from: http://webdesignerwall.com/tutorials/css-elastic-videos
0
1096
posted 13 years ago by thewickedchemist
Show only non-printable area on web page but print only the printable areas
0
1206
posted 13 years ago by duzenz
defining a printable area from a html web page. Making only one place printable
0
1581
posted 13 years ago by duzenz
Box shadow properties (example) box-shadow: 1px 3px 5px 2px #c6c6c6;
1px = horizontal offset
3px = vertical offset
5px = blur radius
2px = spread distance
#c6c6c6 = color
0
789
posted 13 years ago by ninacess
In my opinion, this is the best cross-browser method of clearing floated elements in a container. Remember to add .clear-fix{zoom:1;} to an IE specific stylesheet, otherwise IE 7 will complain.
0
1020
posted 13 years ago by Huskie
Via http://wordpressapi.com/2011/10/24/wordpress-theme-wysiwyg-editor-default-css/
1
909
posted 13 years ago by BorisDelormas
//////////////////////////////////////////////////////////
function debug($ch,$force=false) {
global $debugphp,$iphost,$ch_debug;
$ip=getenv('REMOTE_ADDR');
if ((($debugphp==true)||($force==true))&&(in_array($ip, $iphost))) {...
0
1078
posted 13 years ago by kspal