ie7 – I'm Knight https://imknight.net From Freelancer to Bootstrapper Mon, 16 Jan 2017 14:12:43 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.8 Fix missing favicon on IE7 https://imknight.net/development/fix-missing-favicon-ie7/ https://imknight.net/development/fix-missing-favicon-ie7/#respond Thu, 05 Nov 2009 15:55:27 +0000 https://imknight.net/?p=1955 I just fix a missing favicon problem in IE7 for my work few day ago, i would like to share how i fixed it after trying a few different solution. so the original code...

The post Fix missing favicon on IE7 appeared first on I'm Knight.

]]>
I just fix a missing favicon problem in IE7 for my work few day ago, i would like to share how i fixed it after trying a few different solution. so the original code that i have on the site is

<link rel="SHORTCUT ICON" href="/favicon.ico" />

since i using firefox as my major development browser and this code display the favicon perfectly ok on firefox , i thought this is the correct way to using it ( ya i know by right i should check this againts  cross browser )  until the users file a bug on this , the favicon is not showing on IE 7.

after some research on the web and doing some testing on the site , finally i found the solution , there are 2 thing i have miss out

  • IE7 have a bug to recognize favicon on relative path, that why the path for the icon must be aboslute path , which mean the ico image file with full domain.
  • there is a need to declare the mime type for favicon , which is the  type="image/x-icon".

<link rel="shortcut icon" href="http://domain/favicon.ico" type="image/x-icon" />

after this you might still not seeing the favicon appear on your IE , you need to clear your cache first and reload the site, the first time be slightly slower but it should be display the favicon after a while. Below is the image what favicon is , in case some of the reader don’t know.

favicon

The post Fix missing favicon on IE7 appeared first on I'm Knight.

]]>
https://imknight.net/development/fix-missing-favicon-ie7/feed/ 0
IE7 without WGA https://imknight.net/web-apps/ie7-without-wga/ https://imknight.net/web-apps/ie7-without-wga/#respond Sat, 06 Oct 2007 16:07:12 +0000 https://imknight.net/2007/10/07/ie7-without-wga/ Yeah, to gain more browser market share, IE 7 now can be install without WGA , the full story is here simple to say if you are using some unofficial edition of windows, now...

The post IE7 without WGA appeared first on I'm Knight.

]]>
Yeah, to gain more browser market share, IE 7 now can be install without WGA , the full story is here

simple to say if you are using some unofficial edition of windows, now you install IE 7, because there will be no checking. Base on my understand this really work, you can just download and install.

i agreed this is one of the smart way to market, but it should done by begining of the release , now most people already use to other browser already.

The post IE7 without WGA appeared first on I'm Knight.

]]>
https://imknight.net/web-apps/ie7-without-wga/feed/ 0
IE 7 ? https://imknight.net/web-o-matic/ie-7/ https://imknight.net/web-o-matic/ie-7/#respond Mon, 13 Mar 2006 13:57:45 +0000 https://imknight.net/2006/03/13/ie-7/ Are you waiting for IE 7 ? this site explain it all … Are you think that IE 7 will rulez ? this site explain it all … Are you think that IE 7...

The post IE 7 ? appeared first on I'm Knight.

]]>
Are you waiting for IE 7 ? this site explain it all …

Are you think that IE 7 will rulez ? this site explain it all …

Are you think that IE 7 will take back the market share from Firefox ? this site explain it all …

find out more on this site  ……….

The post IE 7 ? appeared first on I'm Knight.

]]>
https://imknight.net/web-o-matic/ie-7/feed/ 0