Jump to content

Mozilla Firefox VERSUS Internet Explorer


aamberker

Recommended Posts

Hey Folks :) I am back "On Board" again :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<link rel="shortcut icon" href="http://www.HUSH-HUSH.com/favicon.ico"/> <link rel="icon" href="http://www.HUSH-HUSH.com/favicon.ico"/>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Somehow the logo shows-up in “Mozilla Firefox” and acting-up in “Internet Explorer” :mellow:

Link to comment
Share on other sites

<link rel="shortcut icon" href="/favicon.ico"/>

Is the very cross browser way for a favicon.

Link to comment
Share on other sites

<link rel="shortcut icon" href="/favicon.ico"/>

Is the very cross browser way for a favicon.

Hi Boen Robot,Do I need to use - <link rel="shortcut icon" href="/favicon.ico"/>... instead of <link rel="shortcut icon" href="http://www.HUSH-HUSH.com/favicon.ico"/> <link rel="icon" href="http://www.HUSH-HUSH.com/favicon.ico"/>???And what does - "Is the very cross browser way for a favicon." mean???
Link to comment
Share on other sites

:) that shouldn't happen - what code exactly do you have?
Hi Synook :)Hey... Glad to see you again :mellow:I have the following exact code -<link rel="shortcut icon" href="http://www.HUSH-HUSH.com/favicon.ico"/> <link rel="icon" href="http://www.HUSH-HUSH.com/favicon.ico"/>It's showing-up in "Mozilla Firefox" but acting-up in "Internet Explorer 7" :wub:
Link to comment
Share on other sites

Is the very cross browser way for a favicon
Means that the favicon should show in all browsers.
I have the following exact code -
Are you sure the icons exist at that location? Also try a space between the final " and the /
Link to comment
Share on other sites

Means that the favicon should show in all browsers.Are you sure the icons exist at that location? Also try a space between the final " and the /
Hello Synook :) Oh!!!... So that means the favicon.ico should show in all browsers. OKAY, GOT THAT :mellow: YUP! I am sure the favicon.ico file exist at that location.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<link rel="shortcut icon" href="http://www.HUSH-HUSH.com/favicon.ico"/>'>http://www.HUSH-HUSH.com/favicon.ico"/> <link rel="icon" href="http://www.HUSH-HUSH.com/favicon.ico"/>'>http://www.HUSH-HUSH.com/favicon.ico"/>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Where exactly do I need to space for the " and /??? I didn't get you dude :) By the way, Boen Robot had suggest -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<link rel="shortcut icon" href="/favicon.ico"/>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Would you suggest to use that OR the above 2 lines http://www.HUSH-HUSH.com/favicon.ico code??? :wub:
Link to comment
Share on other sites

Where exactly do I need to space for the " and /??? I didn't get you dude Unsure.gif
Right at the end -
<link rel="shortcut icon" href="http://www.yourdomain.com/favicon.ico" />

Would you suggest to use that OR the above 2 lines
Relative linking is better, because then if you move the site it will still work.
Link to comment
Share on other sites

Guest FirefoxRocks

What Synook suggested should work. A favicon is usually located at the root domain if you have a domain name, so /favicon.ico should work.Also, since the name of the favicon is called "favicon.ico", I don't know why Internet Explorer isn't detecting it.

Link to comment
Share on other sites

<link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon"><link rel="icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon">And make sure the favicon is in the correct folder.http://en.wikipedia.org/wiki/Favicon

Link to comment
Share on other sites

Right at the end -
<link rel="shortcut icon" href="http://www.yourdomain.com/favicon.ico" />

Relative linking is better, because then if you move the site it will still work.

Hey Synook,Pull - http://www.mirroremage.com/testing.htmlI did as per your feedback... Check the SOURCE CODE!!!... wheww... It's still acting-up in IE web browser and showing-up in Mozilla Firefox.:) So?
Link to comment
Share on other sites

What Synook suggested should work. A favicon is usually located at the root domain if you have a domain name, so /favicon.ico should work.Also, since the name of the favicon is called "favicon.ico", I don't know why Internet Explorer isn't detecting it.
Hi FirefoxRocks,Still Synook's suggestion is not working. YUP!!!... The "favicon.ico" file is located at the root domain. Pull the following URL in your IE and Mozilla Firefox.http://www.mirroremage.com/testing.html Shows-Up in Mozilla Firefox and Acts-Up in IE :)
Link to comment
Share on other sites

<link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon"><link rel="icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon">And make sure the favicon is in the correct folder.http://en.wikipedia.org/wiki/Favicon
Hi jlhaslip,Thanks for your response. Will try that and let you know.YUP!!!... The favicon is in the correct folder. Along with other .html pages :)Will check-out and let you know.Thanks.
Link to comment
Share on other sites

Whatt??? But how-come it's working for you in IE 7??? What exactly did you see??? The MARON color square???Please confirm.Thanks.
It's working for my IE7 too. I see a red-like (or is that what "maron" looks like?) square.As I said earlier, you only need
<link rel="shortcut icon" href="/favicon.ico"/>

but as suggested, you should probably add a space at the end, between '"' and '/>', making it:

<link rel="shortcut icon" href="/favicon.ico" />

The type attribute, as suggested by jlhaslip is most of the times (if not always) ignored, so you don't need to include it. It's a few bytes saving after all.If you can't see your square after that, than... I don't know... a currupted IE install? IE 7 beta? An older IE?

Link to comment
Share on other sites

<link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon"><link rel="icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon">And make sure the favicon is in the correct folder.http://en.wikipedia.org/wiki/Favicon
Hi jlhaslip,Heyy... It's working perfect now!!!.. Woo!!!... Hoo!!!... I re-designed the favicon.ico file from Photoshop. Perhaps the earlier version of favicon.ico was corrupt and hence it did not worked… whewww!!!... BUT ALL IS WELL NOW!!!.. Thanks a ton for the code :) By the way - I have used your code in my html source code :) ... Pull - http://www.mirroremage.com/testing.html
Link to comment
Share on other sites

It's working for my IE7 too. I see a red-like (or is that what "maron" looks like?) square.As I said earlier, you only need
<link rel="shortcut icon" href="/favicon.ico"/>

but as suggested, you should probably add a space at the end, between '"' and '/>', making it:

<link rel="shortcut icon" href="/favicon.ico" />

The type attribute, as suggested by jlhaslip is most of the times (if not always) ignored, so you don't need to include it. It's a few bytes saving after all.If you can't see your square after that, than... I don't know... a currupted IE install? IE 7 beta? An older IE?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~a currupted IE install? IE 7 beta? An older IE?~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~NOPE... NOPE... NOPE... A Currupted favicon.ico ... I have fixed it and I could see in IE 7 as well :) ... Thanks for your concern dude!!!...
Link to comment
Share on other sites

ie7 and ff2 both working for me
Hi jlhaslip,Working for me as well... The file favicon.ico was acting-up and hence I re-designed it in Photoshop. BUT NOW I COULD VIEW IN BOTH THE WEB BROWSERS!!!... Thanks a ton dude.
Link to comment
Share on other sites

Hi Folks,BACK AGAIN!!!...In some websites, there won't be a "favicon.ico" file in their source code BUT STILL THE "Favicon Icon" show-up in their URL / Web Link.Just Wondering How Do They Do That!!! - JavaScript???- CSS??? :)

Link to comment
Share on other sites

Hi Folks,BACK AGAIN!!!...In some websites, there won't be a "favicon.ico" file in their source code BUT STILL THE "Favicon Icon" show-up in their URL / Web Link.Just Wondering How Do They Do That!!! - JavaScript???- CSS??? :)
Server settings.A lot of servers are configured to automatically use favicon.ico on all pages if it's in the top directory of the website.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...