Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Image link problem

  • 3 பதிலளிப்புகள்
  • 11 இந்த பிரச்னைகள் உள்ளது
  • 14 views
  • Last reply by cor-el

Click on the share button and share buttons will show up but i can't click on the share button images like the facebook share. the html tag is, <a href="facebook"></a>

I have no problems in other browsers, just firefox.

Please help.

Click on the share button and share buttons will show up but i can't click on the share button images like the facebook share. the html tag is, <a href="facebook"><img src="facebook.png"></a> I have no problems in other browsers, just firefox. Please help.

chibib0 மூலமாக திருத்தப்பட்டது

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Looks like a problem with the span with class="addthis_toolbox addthis_default_style" that isn't closed and has the two last buttons because of that in Firefox. That SPAN covers all the links because it is positioned just before those buttons in Firefox.

You can select that part of the page and use View Selection Source in the right-click context menu.

You can also use the DOM Inspector to see what Firefox makes of that code.

Read this answer in context 👍 1

All Replies (3)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Looks like a problem with the span with class="addthis_toolbox addthis_default_style" that isn't closed and has the two last buttons because of that in Firefox. That SPAN covers all the links because it is positioned just before those buttons in Firefox.

You can select that part of the page and use View Selection Source in the right-click context menu.

You can also use the DOM Inspector to see what Firefox makes of that code.

Thanks! Found the problem.. Its the style..