Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

marquee question

Status
Not open for further replies.

VBmim

Programmer
Jun 25, 2001
361
BE
Hello everybody

I am a newbie at webdesign and I have one question: is it possible to scroll a text one time? I know that is possible with the <marquee>-thing but here comes the trick. When you use <marquee loop=1> the text scrolls one time and then dissapears. I want the text to stay visible...

Another good solution would be that the text stops scrolling when the text hits the border of the text area... but again I don't know how to do that

Can anyone help me?

tnx in advance

Mim
 
Well, it didn't got me what I want for the marquee tag, but it's a good spot for jsp tutorial. Tanks!

Mim

 
I dont think a marquee is what you need. By the sounds of it you need some sort of java or dhtml scroller!

Try and do a search for text scripts or scrollers.


É I got bloody bored at the weekend:
É,
<!--#include file=&quot;profound quotation&quot; -->
 
Hi Mim,

You where almost there !! You only have to ad the behavior attribute. (the behavior attribute only works in combination with the loop attribute)

Try this:

<marquee behavior=&quot;slide&quot; loop=&quot;1&quot;>your text</marquee>

Hope this helps,
Erik <!-- My sport: Boomerang throwing !!
This year I will participate at the World Championships in Germany. (!! Many Happy Returns !! -->
 
thank you thank you thank you!!

that was just what I needed!

greetz

Mim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top