[Ilugc] Problem with CSS in IE8.

  • From: narendra@xxxxxxxxxxxxxxxxxxxx (Narendra Sisodiya)
  • Date: Sun Nov 28 13:49:20 2010

On Fri, Nov 26, 2010 at 1:03 PM, Manoj Kumar <umanojkumarit@xxxxxxxxx>wrote:


This css class perfectly works fine with IE7, firefox and safari.
But it doesnt work with IE8.. What can be a possible cause and solution??..


There is an excellent solution :

Use the JavaScript to detect the browser string.
create a if/else loop like

If (browser == IE)
then
    just display one line on website - Please download Firefox which is much
better then IE browser. This site is not made for IE. give a url to download
Firefox browser.
else
 all your code
done


-- 
???????????????????????????
?    Narendra Sisodiya
?    http://narendrasisodiya.com
???????????????????????????

Other related posts: