Welcome To Snipplr
Everyone's Recent Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is a test case to show that, with a bit more work and a tiny bit more code, CSS traingles can be used for breadcrumb navigation in Internet Explorer 8.
1
1215
posted 13 years ago by Kerrick
This is essentially how to detect an outside click for a dialog box on a website, using HTML/CSS/Javascript/JQuery.
Essentially you need to understand event propagation how it works throughout the DOM with JQuery, to make this as simple as possib...
0
765
posted 13 years ago by alvincrespo
Use as follow in your style.less file :
<pre>
.example{
.rotation(9deg);
}
</pre>
1
715
posted 13 years ago by kanouf
An idea of Nicolas Gallagher : pure CSS folded corner.
To apply this, you simply have to create a <div> element with the CSS class "note"
2
644
posted 13 years ago by arnaudbrousseau
The css style's in the <style></style> tags are important for this snippet to work.
1
1026
posted 13 years ago by bobbym245
A subtle gradient effect for <hr> tags. Works on Firefox and Webkit browsers (i.e. Chrome / Safari / Midori).
0
558
posted 13 years ago by pmigueld