opera css hack
The Fine Art of Web Development by Martin Ivanov
Below is a list of CSS hacks that can be used to filter out different browsers in cases when standard CSS does not work or the conditional comments of IE cannot be applied. Internet Explorer 6 * html .elementOrClassName { property: value; } .elementOrClassName { _property: value; } Internet Explorer 7 * + html .elementOrClassName … Continue reading “CSS Hacks, Tricks and Proprietary Extensions”
Categories and Tags
Links
© 2006 - 2023 Martin Ivanov