Vertical marquee

javascript Belgium
  • 13 years ago
    I'm looking for some kind of marquee, but instead of moving left to right or right to left, the text has to move from top to bottom or bottom to top, any help?
  • 13 years ago

    Hi,

    you haven't mention about your application in your post.

    In HTML, we can scroll text messages up and down by changing the direction attribute of Marquee tag.

    try this

    <Marquee direction=up>hi</marquee>

    or

    <Marquee direction=down>hi</marquee>

     

  • 13 years ago

    Hi,

    you haven't mention about your application in your post.

    In HTML, we can scroll text messages up and down by changing the direction attribute of Marquee tag.

    try this

    <Marquee direction=up>hi</marquee>

    or

    <Marquee direction=down>hi</marquee>

     

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debuggers don't remove bugs. They only show them in slow motion.”