Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
at least until HTML5 unifies all this crap into one tag, this helps me remember the three concurrent versions we need to use to cover all bases.
0
709
posted 13 years ago by stiobhart
CSS box shadow syntax - just because i can never remember the order of the attributes, off the top of my head!
0
796
posted 13 years ago by stiobhart
To wrap long URLs, strings of text, and other content, just apply this carefully crafted chunk of CSS code to any block-level element (e.g., perfect for <pre> tags):
1
839
posted 13 years ago by mdjamal
RGBa is a way to declare a color in CSS that includes alpha transparency support.
Filter for IE could be add per conditional comment
0
739
posted 13 years ago by dkl3in
Some elements that are clickable mysteriously don’t trigger a pointer cursor in browsers. This fixes that, and provides a default class “pointer†for applying it to other clickable things as needed.
0
658
posted 13 years ago by JohnGR
this centers an image of unknown size vertically and horizontally within a box
1
964
posted 13 years ago by alp
div structure
<body>
<div>
<div>
<div>
Content of the page
</div>
</div>
</div>
</body>
0
1047
posted 13 years ago by mlangfeld
The IFramed Like Box widget that Facebook supplies automatically puts on a recessed border which seemingly cannot be removed by the usual 'border=0' or 'border:none'. This is not noticeable on the 'light' version but definitely on the 'dark' version....
0
759
posted 13 years ago by MonioDesign
CSS
MAIN CSS - Formulario Registro de Usuarios en PHP con validación de campos y activación por mail
Archivo CSS que se publica en el tutorial Formulario Registro de Usuarios en PHP con validación de campos y activación por mail creado por COLORATE .--> http://www.colordeu.es/BLOG/registros-de-usuario-en-php-y-mysql-con-validacion-de-campos-y-acti...
0
1296
posted 13 years ago by danideu
The find and replace regular expressions convert from Font Squirrel's generated @font-face.
1
672
posted 13 years ago by ertbor
We've tested on:
Safari 5.03, IE 6-9, Firefox 3.6-4, Chrome 8, iOS 3.2-4.2, Android 2.2-2.3, Opera 11
0
744
posted 13 years ago by blueocto