RE: Kodların IE7 ve IE8 ile uyumu: Yardım!
HTML ve CSS kodlarının diğer tarayıcılarda olduğu gibi IE7 ve IE8’de düzgün çalışması için hangi kodları kullanıyorduk?
IE7 için:
<!--[if lt IE 7]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script> <![endif]-->
IE8 için:
<!--[if lt IE 8]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script> <![endif]-->
anlamadığınız bir nokta olursa google’ın konuyla ilgili yayınladığı şu sayfaya bakabilirsin: https://code.google.com/archive/p/ie7-js/