Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

top ten ie7 css bugs?

What css properties you avoid building web pages for ie7? What you usually check first when you see page that does not render well in ie7?

UPD: as a programmer is not a designer usually, i think that it would be useful to collect short list of bugs which generate most share of failures, not going deep into css implementations. Programmer will never know all this staff.

Ie6 is leaving, Ie7 therefore is a most source of failures.

like image 519
rudnev Avatar asked Dec 22 '22 09:12

rudnev


2 Answers

There is a great guide on CSS compatibility across browsers found on Quirksmode.

This compatibility table includes the following browsers:

  • Internet Explorer 5.5
  • Internet Explorer 6
  • Internet Explorer 7
  • Internet Explorer as 8 Internet Explorer 7
  • Internet Explorer 8 as Internet Explorer 8
  • FireFox 2
  • FireFox 3.0
  • FireFox 3.1b
  • Safari 3.0 Win
  • Safari 3.1 Win
  • Safari 4.0b Win
  • Chrome 1
  • Chrome 2
  • Opera 9.62
  • Opera 10a
  • Konqueror 3.5.7

Studying these tables and more importantly, understanding the browser differences will probably help you a lot and is probably worth more than listing a top 10.

A great book that explains a lot of in-depth CSS and the reasons why it is rendered differently across browsers is CSS Mastery. It is my single most favorite CSS book.

like image 92
Aron Rotteveel Avatar answered Dec 30 '22 07:12

Aron Rotteveel


This contains a list of bugs in IE.

Not specific to IE7.

Explorer Exposed!

178 bugs in Internet Explorer 7 for Windows

like image 27
rahul Avatar answered Dec 30 '22 05:12

rahul