Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Ever notice a weird CS3 animation flicker? Annoying right? Add these CSS3 classes to the objects being animated and it should go away (at least it has in my testing). More details at the link, questions can be postsed either here or there.
0
1553
posted 14 years ago by FatFolderDesigner
Fight the "flash" effect at animation start in webkit browsers
0
1479
posted 14 years ago by inpixelitrust
img1.png is closest to the viewer and img4.png furthest.
This will create a feeling of stuff moving around when resizing the browserwindow.
0
1144
posted 14 years ago by Barlon
The transition instructions are attached to the normal state and therefore declared only once, then triggered on for eg. hover.
0
1144
posted 14 years ago by Barlon
A compiled version of essential styles as a nice blue print for a new project.
Toolbox: http://www.css-tricks.com
CSS Reset: http://meyerweb.com/eric/tools/css/reset/
0
1089
posted 14 years ago by thewickedchemist
Via http://wordpressapi.com/2011/10/24/wordpress-theme-wysiwyg-editor-default-css/
1
1188
posted 14 years ago by BorisDelormas
IE not interpreting text-indent on submit buttons ?
How it works
Let’s see how it works.
font-size:0 is used to reduce the font size and works well in IE7. But even after adding this line, you would notice a black line(which is basically the t...
0
2561
posted 14 years ago by kiroweb
Changes the title and moves the featured image box in Wordpress admin area. Add this to functions.php
0
1385
posted 14 years ago by i-am-andy
//////////////////////////////////////////////////////////
function debug($ch,$force=false) {
global $debugphp,$iphost,$ch_debug;
$ip=getenv('REMOTE_ADDR');
if ((($debugphp==true)||($force==true))&&(in_array($ip, $iphost))) {...
0
2278
posted 14 years ago by kspal
Es ist auch möglich, ausschließlich Elemente zu selektieren, die mehrere Klassennamen aufweisen. Notieren Sie in diesem Fall beide Klassenselektoren direkt hintereinander.
0
1377
posted 14 years ago by simondiercks