Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Image link problem

  • 3 Antworten
  • 11 haben dieses Problem
  • 3 Aufrufe
  • Letzte Antwort von cor-el

more options

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.

Geändert am von chibib0

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (3)

more options

Ausgewählte Lösung

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.

more options

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

more options

You're welcome