Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Internet Explorer behavior as Mozilla Firefox or Chrome

Is there a solution to get Internet Explorer to behave as Firefox or Chrome? I am looking for a solution that would not use css hacks. I mean maybe some scripts to force change all behavior of IE.

Thanks a lot!

like image 581
anoock Avatar asked Mar 17 '26 07:03

anoock


1 Answers

You can have your users download and install Google Chrome Frame, then add this meta tag to your page head per the Chrome Frame developer guide:

<meta http-equiv="X-UA-Compatible" content="chrome=1">

Of course, this requires user action. You can't control what browser your users use, nor can you force a certain browser to act like another browser through your own code alone.

like image 88
BoltClock Avatar answered Mar 19 '26 15:03

BoltClock



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!