css
Image to data URI converter
You can use this tool to convert small images in data URI and place the data directly inside the src…
Make pixel patterns with CSS
If you want to create pixel patterns that repeats nicely with just CSS and use them in background, you can…
CSS3 generator
Here is the link to a CSS 3 generator to use when you have to specify multiple css rules for different…
Modify list counter in :before pseudo class with jQuery using start attribute
Suppose you have two ordered list ol tags, and the second one has a start attribute. You also have in…
Min height cross browser CSS
In CSS version 2 there is a “min-height” property, but it doesn’t work in the same way in every browser,…
Cross browser opacity
Is there a css definititon to make cross browser opacity? Yes. I found this, and it seems to work: If…
Javascript to make some links blink
Mark each anchor tag (<a href…) with rel=”blinking” to make the tag blink (not very clever, but sometimes useful). This…