Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
- opacity: 0.5; Funktioniert in den neuesten Versionen von Firefox, Safari und Opera
- filter:alpha(opacity=50); für den Internet Explorer.
-moz-opacity:0.5; für ältere Versionen der Mozilla Browser wie beispielsweise Netscape Navigator, Mozilla...
2
1949
posted 17 years ago by skrippendorf
Quickly get the index of the current element. I find myself re-using this several times in a document, so I made a lil' function for it.
3
2772
posted 17 years ago by dougunderscorenelson
Replace the markers in the CSS Bundle with these to get foldable CSSedit groups.
4
2012
posted 17 years ago by dougunderscorenelson
Stupidly simple -- just one pitfall: class to be bound must have Get/Set methods for reflection to discover. Which is annoying when it comes to client side classes auto generated from WSDL.
0
2104
posted 17 years ago by rengber
This is the code to add to a website to listen for the Konami Code (as implemented on jQuery.com"
6
1861
posted 17 years ago by JakeCarter