Um die letzte Spalte einer Zeile zu ermitteln nutze ich nachstehendes Makro
Siehe auch: Artikel letzte-zeile-einer-spalte-ermitteln
if (button.id === 'facebook_share_button_328') { button.onmouseover = function(){ this.style.color='#fff'; this.style.borderColor = '#295582'; this.style.backgroundColor = '#3b5998'; } button.onmouseout = function(){ this.style.color = '#3b5998'; this.style.borderColor = '#d8dfea'; this.style.backgroundColor = '#fff'; } } } -->