Welcome to blogs.conchango.com Sign in | Join | Help

Welcome to blogs.conchango.com

andyBlog [andy britcliffe]

My working life in an internet nutshell

CSS Hacking getting you down..

..well cheer up as I've come across this nice bit of Javascript from Rafael Lima.

This code allows you to write a CSS selector based on the browser you wish the style to be applicable with, so for IE and Opera you would write in your CSS :

ie .example {
  background-color: yellow
}
.opera .example {
  background-color: green
}

and the JavaScript handles the rest. Very nice.

Published 26 July 2006 18:28 by Andrew.Britcliffe
Filed under: ,

Comments

No Comments
Anonymous comments are disabled

About Andrew.Britcliffe

Senior Technical Consultant.
Powered by Community Server (Personal Edition), by Telligent Systems