Visualizzazione risultati 1 fino 11 di 11

Discussione: testo scorrevole in verticale

  1. #1
    Guest

    Predefinito

    sapete dove posso trovare uno javascript per un testo scorrevole
    in verticale che sia compatibile sia con ie sia con ns.
    ne ho trovati alcuni su dynamicdrive.com e html.it ma non si
    visualizzano con ns.
    meglio se è uno di quelli che si fermano al passaggio del mouse.

  2. #2
    Guest

    Predefinito

    Citazione Originalmente inviato da richialbum
    sapete dove posso trovare uno javascript per un testo scorrevole
    in verticale che sia compatibile sia con ie sia con ns.
    ne ho trovati alcuni su dynamicdrive.com e html.it ma non si
    visualizzano con ns.
    meglio se è uno di quelli che si fermano al passaggio del mouse.
    c'è il comando marqee

  3. #3
    Guest

    Predefinito

    e qual'è la sintassi di questo comando marqee?

  4. #4
    Guest

    Predefinito

    http://msdn.microsoft.com/workshop/a...ts/marquee.asp

    oppure

    Description

    Enables you to create a scrolling text marquee.

    Syntax
    <MARQUEE
    BEHAVIOR=ALTERNATE | SCROLL | SLIDE
    BGCOLOR=color
    CLASS=classname
    DATAFLD=colname
    DATAFORMATAS=HTML | TEXT
    DATASRC=#ID
    DIRECTION=DOWN | LEFT | RIGHT | UP
    HEIGHT=n
    HSPACE=n
    ID=value
    LANG=language
    LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
    LOOP=n
    SCROLLAMOUNT=n
    SCROLLDELAY=milliseconds
    STYLE=css1-properties
    TITLE=text
    TRUESPEED
    VSPACE=n
    WIDTH=n
    event = script
    >



    Parameter Description
    BEHAVIOR=ALTERNATE | SCROLL | SLIDE How the text scrolls in the marquee. Alternate The marquee text alternates left and right.
    Scroll The marquee text scrolls in the direction specified in the DIRECTION= attribute. The text scrolls off the end and starts over.
    Slide The marquee text scrolls in the direction specified in the DIRECTION= attribute and stops when it reaches the end.

    BGCOLOR=color Background color behind the element. For a complete list of colors, see the Internet Explorer color table.
    CLASS=classname Class of the tag being defined. This is used to associate a subclassed style sheet with the tag.
    DATAFLD=colname Column name from the data source object that supplies the bound data.
    DATAFORMATAS=HTML | TEXT Indicates whether bound data is plain text or HTML.
    DATASRC=#ID ID of the data source object that supplies the data that is bound to this element.
    DIRECTION=DOWN | LEFT | RIGHT | UP Which direction the text should scroll.
    HEIGHT=n HEIGHT of the MARQUEE in pixels or as a percentage of the screen height.
    HSPACE=n Along with VSPACE, specifies margins for the element.
    ID=value SGML identifier used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underscore character, "_", may be used in the ID name. The ID should be unique throughout the scope of the document. If more than one object with the same identifier exists in a document, a collection of those named items is created that can only be referenced by ordinal position.
    LANG=language Specifies which language to use in ISO standard language abbreviation form.
    LANGUAGE=JAVASCRIPT | JSCRIPT | VBS | VBSCRIPT Specifies the language the current script is written in and invokes the proper scripting engine. The default value is JAVASCRIPT. JAVASCRIPT, JSCRIPT The script is written in JScript.
    VBS, VBSCRIPT The script is written in VBScript.

    LOOP=n Number of times the marquee text will loop.
    SCROLLAMOUNT=n Number of pixels the text scrolls between each subsequent drawing of the MARQUEE.
    SCROLLDELAY=milliseconds Speed the MARQUEE scrolls in milliseconds.
    STYLE=css1-properties Inline style sheet for the tag.
    TITLE=text Used to provide advisory information. The contents of the title attribute will be displayed in a tooltip during the onmouseover event.
    TRUESPEED When present, this attribute indicates that the exact scroll delay value specified is used to move the marquee text. Without this attribute, all scroll delay values of 59 or less are rounded to 60 milliseconds.
    VSPACE=n Along with HSPACE, specifies margins for the element in pixels.
    WIDTH=n Returns the calculated width of the marquee in window coordinates. In HTML, this attribute may be initially set in pixels or percentages.
    event Can be one or more of these events: onafterupdate onblur
    onbounce onclick
    ondblclick ondragstart
    onfinish onfocus
    onhelp onkeydown
    onkeypress onkeyup
    onmousedown onmousemove
    onmouseout onmouseover
    onmouseup onresize
    onrowenter onrowexit
    onselectstart onstart


    Remarks

    Both the start and end tags are required.

    Example

    <MARQUEE DIRECTION=RIGHT BEHAVIOR=SCROLL SCROLLAMOUNT=10 SCROLLDELAY=200>
    This is a scrolling marquee.
    </MARQUEE>

    (By MSDN Library aggiornata all'ottobre 2000)...

  5. #5
    Guest

    Predefinito

    Un comando utile ... ma a me serviva qualcosa che funzionasse anche con
    netscape ... invece marquee funzia solo con ie ... o no??

  6. #6
    Guest

    Predefinito

    no...
    io uso phoenix e va...

  7. #7
    Guest

    Predefinito

    e che cavolo di browser è phoenix? ... cmq sta di fatto che con netscape non funzia !!!

  8. #8
    Guest

    Predefinito

    io uso opera e non mi funzione con marquee... con IE si...

    un peccato...

  9. #9
    Guest

    Predefinito

    a me funziona....
    domada!
    hai chiuso il tag? °_°

  10. #10
    Guest

    Predefinito

    A me o a lui?

    Io si, cmq...

  11. #11
    Guest

    Predefinito

    certo .. il codice era ok. Solo che a me serviva una cosa
    compatibile anche con Netscape.
    Cmq ho risolto con uno javascript che finalmente sono
    riuscito a trovare.

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •