BB Code Blink - working in Firefox, Internet Explorer and Opera
This modification is in the archives.
Before vBulletin I use phpBB, and some BBcodes I found in past, working very good in vBulletin. This BB code is modification from http://www.phpbb3bbcodes.com
All thanks go to them , I just make it work on vBulletin. This Blink BBcode works in firefox, IE and Opera. Title: Blink Tag: blink Replacement: Code:
<script type="text/javascript"> function colorblink(elmid,ms){ elm=document.getElementById(elmid); elm.style.color="rgb("+Math.floor(Math.random()*255)+","+Math.floor(Math.random()*255)+","+Math.floor(Math.random()*255)+")"; setTimeout("colorblink('"+elmid+"',"+ms+");",ms); } </script> <span id="{param}">{param}</span> <script type="text/javascript">colorblink("{param}",800);</script> Description: Blinking text Use {option}: No Button Image (Optional) or use attached Code:
...Find some nice .gif on google... Download No files for download. |