OHW - Must have Marquee BBC Code Enhancements

123456

New Member
For Demo please see here:
Marquee BBC Code text - OneHitWebDev.com

This first one makes it so your message will scroll accross the screen. This code also makes it so when you hover over it, it stops.
Code:
Title: Marquee
BBC Code Tag name: m
Replacement: <marquee scrollamount=3 onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 3, 0);">{param}</marquee>
Example Text: [m]This should be scrolling accross the screen right now![/m]
Button Image URL: http://www.webdevpros.net/Mup.jpg

This code is more of a text enhancement and is pretty cool. Try it out!
Code:
Title: Marquee Up
BBC Code Tag name: mup
Replacement:<marquee direction="up" height=12 onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">{param}</marquee>
Example Text:[mup]This should be scrolling up right now![/mup]
Button Image URL: http://www.webdevpros.net/Mup.jpg

All were made by me Thanks and visit OHW!
 
Back
Top