WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Accespted Learn About The Marquee Sat May 22, 2010 12:27 am

Unknown Data

Unknown Data
Registered Member
Registered Member

Learn About The Marquee
How to put scrolling content on web page

A normal marquee look like this: <marquee>Text/Image/Effect here</marquee>
But there exist many things to add to it, to make it more special and nice.
Here I will try to get you to realize how all this work.

By inserting these codes below inside the first code tag, you'll get the effect.
It's not necessary to put all the codes on the marquee, it's your choice.
Notice! All standing in red should redirectes.


width="The width of the marquee in pixel or percent"
height="The height of the marquee in pixel or percent"
direction="Witch direction the marquee would be (up, down, left, right)"
scrolldelay="How long to jump per step, in pixels"
scrollamount="Sets the speed with the scroll delay"
bgcolor="The background color of the scrolling"
hspace="Horizontal space around the marquee"
vspace="Vertical space around the marquee"
loop="How many times to show the marquee (if blank default)"
behavior="Chose scroll and it will scroll, chose slide and it will slide"

Tip: You can make the marquee stop by mouse over, if you set this code into the marquee tag: onmouseover='this.stop()' onmouseout='this.start()'

All in all, the code would look like this:
<marquee width="" height="" direction="" scrolldelay="" scrollamount="" bgcolor="" hspace="" vspace="" loop="" behavior="" onmouseover='this.stop()' onmouseout='this.start()'> </marquee>
Hope it helped.

You can try the <marquee></marquee> HTML tag on WebArtz Online HTML Editor!

Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.

http://woops.dk

2Accespted Re: Learn About The Marquee Mon May 24, 2010 9:38 pm

ankillien

ankillien
Administrator
Administrator
Hi Unknown Data!

This one is perfect. Thanks for another great tutorial Very Happy
We really appreciate your contribution.

Tutorial Accepted



Last edited by ankillien on Tue May 25, 2010 12:24 am; edited 1 time in total

3Accespted Re: Learn About The Marquee Mon May 24, 2010 9:40 pm

Fellon

Fellon
Registered Member
Registered Member
Really nice tutorial! Really helpful!

http://revoken.deviantart.com/

4Accespted Re: Learn About The Marquee Tue May 25, 2010 3:42 pm

Jophy

Jophy
Registered Member
Registered Member
Thanks for your contribution Unkown Data Smile

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum