Results 1 to 5 of 5

Thread: marquee RESOLVED

  1. #1

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309

    marquee RESOLVED

    I was wondering how to make a marguee on a web page. I found several different posts about marguees, but can somebody post code, either javascript, or vbscript, that changes the font size, color, and type of the marquee?
    Last edited by wolfrose; Apr 1st, 2004 at 02:22 AM.

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: marquee

    Originally posted by wolfrose
    I was wondering how to make a marguee on a web page. I found several different posts about marguees, but can somebody post code, either javascript, or vbscript, that changes the font size, color, and type of the marquee?
    Check out this link, they have several types of scroller ..

    http://www.dynamicdrive.com/dynamicindex2/index.html
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Attributes:

    align - Specifies where the text around the marquee should align vertically relative to the marquee.

    behavior - Specifies how the Marquee text should move.

    bgcolor - Indicates a background color to be used for the Marquee text box.

    direction - Specifies the direction the Marquee text should scroll.

    height - Specifies the height of the Marquee box. Default value is the height of the contained text.

    hspace - Specifies values for the left and right spacing margins for the outside of the Marquee.

    loop - Specifies how many times the Marquee display will cycle.

    scrollamount - This attribute specifies the amount of space that exists horizontally between each successive draw of Marquee text.

    scrolldelay - Specifies the number of milliseconds between each successive draw of Marquee text.

    truespeed - This stand alone indicates that exact SCROLLDELAY values should be honored. If this attribute is not present, all SCROLLDELAY values less than 59 are rounded to 60 milliseconds.

    vspace - Specifies values for the top and bottom spacing margins for the outside of the Marquee.

    width - Specifies the width of the Marquee box. Default value is the width of the screen.


    Example code:



    </font><p> <font size="2"><font COLOR="#0000c0">&lt;marquee ALIGN=</font>&quot;Top&quot;<font COLOR="#0000c0"> LOOP=</font>&quot;infinite&quot;<font COLOR="#0000c0"> BEHAVIOR=</font>&quot;slide&quot;<font COLOR="#0000c0"> BGCOLOR=</font>&quot;#FF0000&quot;<font COLOR="#0000c0"> DIRECTION=</font>&quot;left&quot;<font COLOR="#0000c0"> HEIGHT=</font>30<font COLOR="#0000c0"> WIDTH=</font>200<font COLOR="#0000c0">&gt;</font> Marquee Sliding Text Example <font COLOR="#0000c0">&lt;/marquee&gt;</font></font><p> <font size="2"> &nbsp;

  4. #4

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309
    Perfect! Thanks Mendhak

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Yes, Mendhak is <perfect>


Posting Permissions

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



Click Here to Expand Forum to Full Width