PDA

View Full Version : Possible rollover image BBCode?


GooWood
02-05-2011, 08:54 PM
Is there a rollover BBCode? i have seen it on one website http://board.gscentral.org/misc.php?do=bbcode and i was wondering if anyone knew the code for it i have searched for it and cannot find it. Can anyone help?

Zachery
02-05-2011, 09:02 PM
<img src="{PARAM}" alt="" onmouseover="this.src=''{OPTION};" onmouseout="this.src=''{PARAM};" style="border: none;" />

Something like that

jo8jo
07-19-2012, 07:50 AM
Anyone has a solution for a rollover image bb code?
Cannot figure it our :(

Sarteck
07-19-2012, 07:57 AM
See Post#2 in this thread, jo8jo.

The one right before yours.

imported_polygrinder
01-27-2018, 03:04 PM
Bumping this. I want to be able to put an image in a post and have it roll over using BB Code. I tried the above code but it doesn't work. Anyone have any ideas on how to do this?

MarkFL
01-27-2018, 03:30 PM
Bumping this. I want to be able to put an image in a post and have it roll over using BB Code. I tried the above code but it doesn't work. Anyone have any ideas on how to do this?

Try this:

<img src="{param}" onmouseover="this.src='{option}';" onmouseout="this.src='{param}';" style="border: none;" />