Author: TechnoTriz
Description: The Mouse Over BBCode allows You To Post An Image That Changes Into Another Image When Mouse Is Hovered Above It.
BBCode:
Code: Select all
[moimg={URL1}]{URL2}[/moimg]
Code: Select all
<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}" />
Code: Select all
MoImg: [moimg=(first img url)](2nd image url)[/moimg]
Code: Select all
[moimg=http://www.phpbb3bbcodes.com/images/billede16lille.jpg]http://www.phpbb3bbcodes.com/images/billede8lille.jpg[/moimg]
[moimg=images/billede16lille.jpg]images/billede8lille.jpg[/moimg]