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…

Aprile 22, 2016

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…

Aprile 20, 2016

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,…

Dicembre 17, 2009

Cross browser opacity

Is there a css definititon to make cross browser opacity? Yes. I found this, and it seems to work: If…

Novembre 12, 2009

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…

Novembre 9, 2009