Welcome To Snipplr
Everyone's Recent Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I used to directly inject javascript and CSS into my HEAD elements just like you see in all of the tutorials online and in books. Recently I decided to try a different approach, and I feel this is more in keeping with the ruby and rails "declaration"...
0
976
posted 14 years ago by sgtrock
I used to directly inject javascript and CSS into my HEAD elements just like you see in all of the tutorials online and in books. Recently I decided to try a different approach, and I feel this is more in keeping with the ruby and rails "declaration"...
0
951
posted 14 years ago by sgtrock
If you have not already been writing your border-radius statements with progressive enhancement in mind, now is most definitely the time to do it.
3
906
posted 14 years ago by justinseiter
Internet Explorer does not support a standards compliant way to create text shadows. Learn how to emulate the CSS3 feature with this jQuery plugin.
3
1255
posted 14 years ago by neal_grosskopf
Adds a browser and operating system class to your HTML Tag.
1
925
posted 14 years ago by smoothdzion
Inspired by http://particletree.com/features/rediscovering-the-button-element/
1
694
posted 15 years ago by cssbutton
There are a lot of 'starters' out there but I wanted one with all the things I use to start a new project. I find it easier to remove lines I don't need than to hunt and peck for each item...this also makes the starter serve as a sort of 'checklist'...
2
1269
posted 15 years ago by mahalie
In v1.6, the Thesis Theme has a bug which removes a necessary space in the HTML body tag if you add a filter targeting the thesis_body_classes hook. To get the native WP body_class function to work, use this code:
2
1105
posted 15 years ago by joelhaus
Summary
@font-face allows authors to specify online fonts to display text on their webpages. By allowing authors to provide their own fonts, @font-face eliminates the need to depend on the limited number of fonts users have installed on their comput...
3
809
posted 15 years ago by rwczippy