Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Image link problem

  • 3 одговорa
  • 11 има овај проблем
  • 3 прегледа
  • Последњи одговор послао 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.

Измењено од стране 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.

Прочитајте овај одговор са објашњењем 👍 1

Сви одговори (3)

more options

Одабрано решење

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..