Thursday 25 July 2013

// // Leave a Comment

some html codes for marquee

This is a famous marquee code by applying this your text will bounce left and right.
<marquee behavior="alternate">Your bouncing text goes here</marquee>this code is
This code is scrolling your text.It is like a scroll.Apply it.
<marquee behavior="scroll" direction="left">Your scrolling text goes here</marquee>
This is the most interesting code.on this your text had give a speed.slow,medium,fast.Your text also move in this speed.
<marquee behavior="scroll" direction="left" scrollamount="1">Slow scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="10">Medium scroll speed</marquee>
<marquee behavior="scroll" direction="left" scrollamount="20">Fast scroll speed</marquee>

0 Peoples tell for us:

Post a Comment

Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.