Wednesday, July 24, 2013

Common IE Issue

We usually found CSS problem when we work with IE browser, there is a good article from http://www.michikono.com/2007/02/03/ie7-css-classid-is-not-the-same-as-class-id/ and worth to read.

As Summary, we have to aware of the space between #id and .class. Tiny careless bring huge effect to the display result.

Other references:
http://coding.smashingmagazine.com/2009/10/14/css-differences-in-internet-explorer-6-7-and-8/

http://net.tutsplus.com/tutorials/html-css-techniques/9-most-common-ie-bugs-and-how-to-fix-them/

http://www.sitepoint.com/10-fixes-for-ie6-problems/

No comments:

Post a Comment