Reputation: 44066
I have a the home page which has a favicon which is transparent here but on the other pages on the site the is a favicon with a outer white here
How is that possible if its the same favicon ...or is it different...i am viewing source and they appear to be pulling from the same location...could it be css related
Upvotes: 0
Views: 1628
Reputation: 146450
You are setting two different icons in inner pages:
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/pre_config/css/images/favicon.ico" />
Upvotes: 5
Reputation: 67195
They both look the same to me (Chrome).
I've found that favicon sometimes takes a while to propagate through caches, etc. There's no mechanism to set different icons for different pages. I suspect you just need to wait, or try a different browser that doesn't have the old images cached.
Upvotes: 0
Reputation: 5053
I navigate these sites, with Google Chrome and IE8 and both icons are transparent.
Maybe, its a local cache.
Upvotes: 0