PDA

View Full Version : BB Code Enhancements - Must have Marquee BBC Code Enhancment


iNRoC
11-10-2008, 10:00 PM
This code was made by WebDevPros.Net and has only been distributed on Webdevpros and vBulletin.org
And other sites posting this code does not have my permission and if you would like my
permission to post, please e-mail me at Kyle@WebDevPRos.net

DEMO LINK : Here - WebDevPros (http://www.webdevpros.net/webdev/showthread.php?p=63#post63)


################################################## ###############
Title:
Marquee

BBC Code Tag name:
m

Replacement(Feel free to edit this code as you wish.):
<marquee scrollamount=3 onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 3, 0);">{param}</marquee>

Example Text:
This should be scrolling accross the screen right now!

Button Image URL:
http://www.webdevpros.net/M.jpg
################################################## ################


If you would like me to edit this marquee code, please post your request and I will edit the code for you.

EDIT: Marquee Up Text Enhancement (Try for yourself!)

################################################## ###############
Title:
Marquee Up

BBC Code Tag name:
mup

Replacement(Feel free to edit this code as you wish.):
<marquee direction="up" height=12 onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">{param}</marquee>

Example Text:
This should be scrolling up right now!

Button Image URL:
http://www.webdevpros.net/Mup.jpg
################################################## ################

iNRoC
11-11-2008, 10:32 PM
Adding cool marquee BBC Code that makes the text scroll upwards.

FReeSTER
11-13-2008, 02:28 PM
Very nice TY

iNRoC
11-13-2008, 07:38 PM
No problem. Do you need any customizations made to the code that I can provide for you?

BlueNinjaGo
03-23-2009, 01:05 PM
Very nice... how would I slow this down?

subzero06
03-24-2009, 02:22 AM
Your demos don't work.

BlueNinjaGo
03-24-2009, 02:31 PM
Your demos don't work.

Well if it makes you feel any better, I added the BBC codes on my site and they worked... (scrolling up, down, and left)