Showing posts with label IE. Show all posts
Showing posts with label IE. Show all posts

Wednesday, September 5, 2018

Default Angular 6 (and earlier) doesn’t support Internet Explorer 11 (IE11) by default

It is actually something that was apparently planned.

In order to resolve this issue, just open polyfills.ts and uncomment the relevant section.

For me it was:

image

Thursday, July 24, 2008

Conditional statement for IE6

<!--[if lt IE 7]>
  <link rel="stylesheet" type="text/css" media="screen" href="other.css" />
<![endif]-->

lt - means "less then" - will link another css only for browsers less then IE7

Friday, January 4, 2008

Backup auto complete URLs in Internet Explorer

To get to the auto complete data, you will need to open regedit. Drill down to this key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLS

Source