Archive for April, 2007

Create CSS elements only recognized by IE

To create IE only CSS classes that are ignored by other browsers, simply do the following:

* html .classname {

}

or:

* html #idname {

}

This is a very handy trick!

Published in: HTML/CSS/PHP/AJAX tricks | on April 2nd, 2007 | No Comments »