hans13: Taste F11 in HTML-Code ???

Beitrag lesen

-> und hier soll bei Mouseover eben "F11 drücken" statt "Vollbild" stehen

habs schon selbst gefunden!

<a  
 style="text-decoration: none; color: rgb(102, 102, 102); font-weight: normal;"  
 onmouseover="this.innerHTML = 'Für Vollbild F11 drücken'; if (document.styleSheets) this.style.color='#996633'; this.style.fontWeight='bold';"  
 onmouseout="this.innerHTML = 'Vollbild'; if (document.styleSheets) this.style.color='#666666';this.style.fontWeight='normal';">Vollbild</a>