Results 1 to 6 of 6

Thread: help me with vertical scrolling of text

  1. #1
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help me with vertical scrolling of text

    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...

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Checkout the following items

    one

    two

    three

    four

    five

  3. #3
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot!...but the text should be scrolled vertically....please help me for this...

    thanks again!!

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    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

  5. #5
    Join Date
    Feb 2007
    Posts
    601
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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)

  6. #6
    Join Date
    Feb 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •