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!
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!