I'm new to java scripting...i searched on the net for the scrolling of text vertically...The text should be scrolled from top to bottom on the right side side of the page..please help me to do this...
I'm new to java scripting...i searched on the net for the scrolling of text vertically...The text should be scrolled from top to bottom on the right side side of the page..please help me to do this...
Thanks a lot!...but the text should be scrolled vertically....please help me for this...
thanks again!!
In all the above mentioned link you can view the vertical text scrolling upward as you mentioned in your posting.
Are you refering something like the following
Example Text : Hello world
vertical scrolling you want
H
e
l
l
o
w
o
r
l
d
is that what you are looking for?
regards
All you need to do is this - (it's for ie)
<marquee direction="up">Y<br>O<br>U<br>R<br><br>M<br>E<br>S<br>S<br>A<br>G<br>E<br></marquee>
This is very basic for scrolling vertically (up). You can even put other html tags between marquee tags like <b>, <i>....
If this does'nt help tell me and I will get more(examples or whatever you need)
thanks....but you did n't get what exactly I mean.....if v use '<br>' the letters would scroll one at each line.....but what I need is that the scrolling letters should be in vertical position.....please help me...
thanks again!!!
Bookmarks