Thursday, May 10, 2012

HTML Marquee Codes





If you want to get someone’s attention, then you should use the marquee codes . But,don’t use it too much,particularly if your site contains too much marquee text , it irritates and spoils the concentration of the reader.You can add marquee codes to tell your visitors what will be your next updates,popular posts,advertisements,etc.


1- Bouncy Text


Blog Tricks

Code:


<marquee behavior=alternate width="190" scrollamount="7" scrolldelay="96" height="20" bgcolor="#E0FFFF"><font size="5">Blog Tricks </font></marquee>


2 - Scrolling text
B
l
o
g
T
r
i
c
k
s



Code:


<font color="#FF0000"> <marquee direction=up scrollamount=0scrolldelay=0 style="filter:wave(add=13,phase=1,freq=3,strength=25)" width=100 height=220>B<br />l<br /> o <br /> g <br /> T <br /> r <br /> i <br /> c <br /> k <br /> s </marquee></font><br />


3 -  Scrolling Text
Blog Tricks

Code:


<marquee direction="Blog Tricks " bgcolor="#E0FFFF"> Blog Tricks  </marquee>






WIDTH: how wide the marquee is
HEIGHT: how tall the marquee is
DIRECTION: which direction the marquee should scroll
BEHAVIOR: what type of scrolling
SCROLLDELAY: how long to delay between each jump
SCROLLAMOUNT: how far to jump
LOOP: how many times to loop
BGCOLOR: background color
HSPACE: horizontal space around the marquee
VSPACE: vertical space around the marquee

0 comments:

Post a Comment

Thank you for your Comment.