-
php
new way to create a css hacks of IE browser
this is a new way to create css hacks for IE browser, the idea is concentrated on adding a class name for any version of internet explorer in the head of my page. so i can create the IE6 selector like this : .ie6 #wrapper { .... } and of IE7 : .ie7 #wrapper { .... } ...etc enjoy
<!--[if !IE]><!--><html><!-- <![endif]-->
<!--[if lte IE 6]><html class="ie6"><![endif]-->
<!--[if IE 7]><html class="ie7"><![endif]-->
<!--[if gte IE 8]><html class="ie8"><![endif]-->
<!--[if gte IE 9]><html class="ie9"><![endif]-->
1 comments
أهلا في الحقيقة شخصيا كمبرمج لم أعد أستعمل هده الشروط حتى تكون التوافقية مع w3c في رأييي لا أحد يستعمل الان ie 6 شكرا على الكود و أهنئك على المشروع أي مساعدة سأكون في الخدمة