The favicon is displayed next to the internal links i have in my footer .As my site doesnt have a favicon a white outlined box is shown.This happens only in IE 6 and not in firefox.Can this be fixed?Can a configuration option be setup to hide favicons for selected links?

Comments

sanduhrs’s picture

Could you please post a link, or the sourcecode?

nirvanajyothi’s picture

<p><a href="http://www.mysite.com/an/about-us">About us <img src="/sites/all/modules/urlicon/favicon.ico"  alt="" title="favicon" class="urlicon urlicon-www_mysite_com" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.mysite.com/an/contact-us">Contact us <img src="/sites/all/modules/urlicon/favicon.ico"  alt="" title="favicon" class="urlicon urlicon-www_mysite_com" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.mysite.com/an/disclaimer">Disclaimer <img src="/sites/all/modules/urlicon/favicon.ico"  alt="" title="favicon" class="urlicon urlicon-www_mysite_com" /></a></p>

is from IE 6 .

The links which have no favicons show the white outline square too like the internal links in my footer.

also had another different error today...have reported it as a bug http://drupal.org/node/299748.

sanduhrs’s picture

Status: Active » Closed (fixed)

I still can't reproduce this.
The code you have in your footer normally is not affected by any filter. Only nodes and comments are filtered, as far as I know.
Please reopen, if you have additional information.

Roi Danton’s picture

Title: favicon boxes shown next to internal links too in Internet Explorer » favicon image appears next to internal links containing $base_url too
Status: Closed (fixed) » Active

I reopen it though my issue is slightly different.

I'm using a custom filter for internal links and prepend $base_url so it is $base_url/$node->path.

Unfortunately the fav appears next to those links, too. You should exclude links with $base_url in the path from the marked links or give an option at the filter settings (for those who like their own favicon ;) ).

sanduhrs’s picture

Version: 6.x-2.0 » master
Assigned: Unassigned » sanduhrs

Yes, we are filtering for absolute links, assuming internal links are relative.
Will have a look at that, soon.