Welcome To Snipplr
Everyone's Recent Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Basic styling to set up menu that's typically in the footer into a horizontal format.
0
653
posted 13 years ago by cviolette
You can simply put it in your reset stylesheet. It visualizes the classic rotating gif while the document's images are coming from the server at page load.
3
732
posted 13 years ago by claudiowebdesign
<a href="http://nettuts.s3.amazonaws.com/837_shadow/shadow/index.html">View a demo</a>
17
5390
posted 13 years ago by Nettuts
Nicely group your CSS style blocks. CSSEdit (http://macrabbit.com/cssedit/) friendly.
0
541
posted 14 years ago by mecha
If you would like to use relative units (em) for your font sizes, declaring 62.5% for the font-size property of the body will make it easier to convert px to em. By doing it this way, converting to em is a matter of dividing the px value by 10 (e.g....
3
973
posted 14 years ago by alozuldo
For progressive enhancement, you could use the transform property that is supported by many browsers that have CSS3 support.
Here’s a trick for enlarging a elements on hover by 110%.
1
817
posted 14 years ago by alozuldo