Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This make a nice and cool transition effect when you mouse over on links.
1
809
posted 14 years ago by simonbouchard
CSS
CSS - CSS3 Safari style toolbar buttons rounded box shadow pressed border radius for Moz, Firefox, KHTML
1
1044
posted 14 years ago by brandonjp
Zurb didn't post the full code, but they made a short post tutorial and it appears to be open source. I found the code here and fixed a border problem, and I also cleaned it up so it's easier to read.<ul><li>Sizes: small, medium, large</li>...
0
728
posted 14 years ago by illegal3alien
Found this online somewhere. It\'s now the starting point for all my CSS font layouts
0
606
posted 14 years ago by reynish
Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.
0
697
posted 14 years ago by vagrantradio
Needs to be set on every element.\r\nimg.png needs to point to background
0
774
posted 14 years ago by reynish
This will fix all embeded PNGs.
this.src = "img/spacer.gif"
Needs to point to a 1x1 transparent GIF or you'll get an Image not found icon in the corner of the PNGs.
0
794
posted 14 years ago by reynish
This CSS sets semi-transparent background while not affecting the opacity of child elements like using the opacity property would. The text color has been set to the same as the background color to demonstrate this.
Notes:
For the Microsoft fil...
0
712
posted 14 years ago by chrisdpratt
When developing a website, an important consideration is accessibility on other media, including the medium of print. However, the printing engines of most browsers render content differently to allow for simple printed pages. One of the most notable...
1
968
posted 14 years ago by karlhorky
The foundational CSS Fonts provides cross-browser typographical normalization and control while still allowing users to choose and adjust their font size.
0
720
posted 14 years ago by jonkemp
The foundational CSS Reset removes the inconsistent styling of HTML elements provided by browsers. This creates a dependably flat foundation to built upon.
3
789
posted 14 years ago by jonkemp
Great little piece of CSS which adds a top text-shadow of 45% black and a bottom text-shadow of 75% white creating a very nice letterpress text effect.
2
1149
posted 14 years ago by usman
Cross browser css round corners with no images, using google's code .htc
http://code.google.com/p/curved-corner/
4
774
posted 14 years ago by crispunk