CSS

Drop the -moz prefix for border-radius

CSS

Like the -webkit prefix we can now drop the -moz prefix for the border-radius CSS3 style. The last versions of Mozilla Firefox support the standard border-radius style.

 

How to Set Text Selection Color with CSS

CSS

With thisĀ usefulĀ piece of CSS you can change color and background of the selected text.

 

CSS Animations now on Firefox

CSS

Add the -moz prefix and create CSS3 animations without any JavaScript.

 

How to fix z-index in YouTube iframes

CSS

If you have any element you’ll like to show above a YouTube iFrame you just have to add a parameter to the iFrame URL.

 

How to use Multiple Backgrounds with CSS3

CSS

Setup multiple backgrounds for the same element using CSS3. Compatibility with Firefox, Safari, Chrome, Opera, Internet Explorer…

 

Google Web Fonts: Introducing “text=”

CSS

Google just launched a new beta feature wich allows you to request certain text to the Google Font. Adding the text parameter Google will optimize the font file acording to that letters. Can be very usefull if you’re only using this fonts for your site name. This is specially usefull in mobile devices. The font [...]