Search in forum:
Search


Author Message
Post08/07/2008 at 2:22pm (UTC)    
Post subject: Some Marquees!

direction: from right to the left

Code:
<MARQUEE style="border: 1px solid 000000; width:468px; height:15px; " direction="left" behavior="scroll" scrollamount="2" >Write here!</MARQUEE>



direction: from left to the right

Code:
<MARQUEE style="border: 1px solid 000000; width:468px; height:15px; " direction="right" behavior="scroll" scrollamount="2" >Write here!</MARQUEE>


direction: from down to the up

Code:
<MARQUEE style="border: 1px solid 000000; width:180px; height:180px; " direction="up" behavior="scroll" scrollamount="2" >Write here!</MARQUEE>


direction: from up to the down

Code:
<MARQUEE style="border: 1px solid 000000; width:180px; height:180px; " direction="down" behavior="scroll" scrollamount="2" >Write here!</MARQUEE>


you should edit;
Code:
Write here!
section in the Marquee code!

Have Fun;)
Post08/13/2008 at 6:27am (UTC)    
Post subject: Re: Some Marquees!

wow. very nice.


Last edited by karibu-design on Thu Apr 09, 2009 3:31 pm; edited 1 time in total
Post08/15/2008 at 7:12pm (UTC)    
Post subject:

@ karibu-design

Thanks for your comment Wink
Post09/04/2008 at 8:51pm (UTC)    
Post subject: more properties

Code:

<MARQUEE  onmouseover=this.stop()
                  onmouseout=this.start() scrollAmount=2 scrollDelay=2
                  direction=up>your text</marquee>

it's an example to stop the marquee when the mouse on it and it'll keep working when mouse out
Code:
<marquee width="  " height="  " bgcolor="  ">your text </marquee>

it's an example to control the width and height and the background color of the marquee :
width="200" heght="250" bgcolor="blue"
also you can move image throw the marquee :
Code:
<marquee><img src="  "></marquee>

src="image path" .... ex : src="myimage.jpg"
or src="http://www.anywebsit/image place/image name.gif"
at last you can move a link with marquee :
Code:
<marquee><a href="  ">link text</a></marquee>




website programmer
Post09/08/2008 at 11:28am (UTC)    
Post subject:

thanks for the codes


Last edited by abc21 on Wed Sep 10, 2008 9:29 pm; edited 2 times in total
Post09/08/2008 at 1:41pm (UTC)    
Post subject: additional marquee

Code:
<marquee behavior="alternate" width="450"><content><br></marquee>


best for short massage anyway you can adjust the width just change if you like
______________
<img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://lovescents.webs.com/apps/profile/profilePage?id=40574415/" target="_blank" class="postlink"><img src="http://lovescents.webs.com/1.gif" border="0"><span style="font-weight: bold;">Lovescents</span> </a><img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.homepage-help.page.tl/" target="_blank" class="postlink"><span style="font-weight: bold;">SUPPORT PAGE</span></a> <img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.own-free-website.com/forum/search.php" target="_blank" class="postlink"><span style="font-weight: bold;">SEARCH IN FORUM</span></a> <img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.own-free-website.com/forum/viewtopic.php?t=5512" target="_blank" class="postlink"><span style="font-weight: bold;">PLEASE READ BEFORE POSTING A NEW TOPIC!!</span></a></span>
Post09/29/2008 at 9:59am (UTC)    
Post subject:

Where should i write these codes?
Post09/29/2008 at 11:45am (UTC)    
Post subject:

hi
login => manage pages =>source mode
then write the code
best wishes Razz
______________
Post10/02/2008 at 6:27pm (UTC)    
Post subject: hmm

thnx Very Happy
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group