BBcode Titel:Mouseover BBCode

Beschreibung

Zwei Bild Url müssen eingefügt werden. Ein schöner Hover Effekt entsteht.

BBcode Benutzung

Code: Alles auswählen

[moimg={URL1}]{URL2}[/moimg]

HTML-Ersetzung

Code: Alles auswählen

<img onmouseover="Javascript: this.firstsrc= this.getAttribute('src'); this.secondsrc= '{URL2}'; this.setAttribute('src',this. secondsrc);" alt="" onmouseout="Javascript: this.setAttribute ('src',this.firstsrc);" src="{URL1}" />

Vorschau des BBcodes