scrolling (multiple lines)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mr. x

    scrolling (multiple lines)

    Hello,
    I am looking for a javascript, that can scroll many lines including graphics
    in my web-page, please.
    Thanks :)


  • Lasse Reichstein Nielsen

    #2
    Re: scrolling (multiple lines)

    "Mr. x" <a@b.com> writes:
    [color=blue]
    > I am looking for a javascript, that can scroll many lines including graphics
    > in my web-page, please.[/color]

    You need to be much more specific.
    What is the structure of the page, what part do you want to scroll, and in
    relation to what?

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleD OM.html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    • Thomas 'PointedEars' Lahn

      #3
      Re: scrolling (multiple lines)

      Mr. x wrote:
      [color=blue]
      > I am looking for a javascript, that can scroll many lines
      > including graphics in my web-page, please.[/color]

      As posted many(!) times before (when will you learn to use a search
      engine before posting?), that does not require JavaScript at all.
      `style="overflo w:scroll"' for the element containing the content to
      scroll will do the trick in CSS2 compliant UAs. That element could
      be a DIV element.


      PointedEars

      Comment

      • Dr John Stockton

        #4
        Re: scrolling (multiple lines)

        JRS: In article <bpo9kq$1qgjrs$ 4@ID-107532.news.uni-berlin.de>, seen in
        news:comp.lang. javascript, Thomas 'PointedEars' Lahn
        <PointedEars@we b.de> posted at Sat, 22 Nov 2003 14:00:26 :-[color=blue]
        >Mr. x wrote:
        >[color=green]
        >> I am looking for a javascript, that can scroll many lines
        >> including graphics in my web-page, please.[/color]
        >
        >As posted many(!) times before (when will you learn to use a search
        >engine before posting?),[/color]


        You are really rather ill-tempered, for a European.

        Mr. X is, it seems, posting from Israel, and not from an institutional
        account; it is possible that he may have to pay a significant amount for
        his connection time. Moreover, although his English is adequate, it is
        evidently not as good as the English that is taught and learned in, say,
        Denmark; he may not find it so easy to compose effective, economical
        search terms.

        You should become more tolerant; and eschew the habit of answering,
        without corresponding indication, elderly articles.

        The OP was, in fact, given an appropriate answer within a few hours.

        --
        © John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
        <URL:http://jibbering.com/faq/> Jim Ley's FAQ for news:comp.lang. javascript
        <URL:http://www.merlyn.demo n.co.uk/js-index.htm> JS maths, dates, sources.
        <URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/JS/&c., FAQ topics, links.

        Comment

        • Thomas 'PointedEars' Lahn

          #5
          Re: scrolling (multiple lines)

          Dr John Stockton wrote:
          [color=blue]
          > news:comp.lang. javascript, Thomas 'PointedEars' Lahn[color=green]
          >> As posted many(!) times before (when will you learn
          >> to use a search engine before posting?),[/color]
          >
          > You are really rather ill-tempered, for a European.[/color]

          If true, you have your faults, too, and surely
          you do not want to have them discussed in public.

          I won't waste my time argueing against your other
          pointless statements and I'm about not to waste it
          with your flamebait articles any longer.


          PointedEars

          Comment

          Working...