How do I ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alain ROUILLON

    How do I ?

    Hi,

    Is that possible in HTML to get a table with scrolling property ?

    Al


  • Mark Tranchant

    #2
    Re: How do I ?

    Alain ROUILLON wrote:
    [color=blue]
    > Hi,
    >
    > Is that possible in HTML to get a table with scrolling property ?[/color]

    First and third hit in Google for "HTML scrolling table":




    Please do at least a cursory search before asking here.

    --
    Mark.

    Comment

    • Alain ROUILLON

      #3
      Re: How do I ?

      So far so good, ...

      But these examples fit for Mozilla Browsers, possibly for Netscape but not
      for IE (i.e. unfortunately something like 90% users browser, sorry !).

      So my question still doen't have a proper and clear answer :

      How can I get an HTML scrollable table, regardless of browser type ?

      Thanks,

      Alain




      "Mark Tranchant" <mark@tranchant .plus.com> a écrit dans le message news:
      U18jc.35211$h44 .5143690@stones .force9.net...[color=blue]
      > Alain ROUILLON wrote:
      >[color=green]
      > > Hi,
      > >
      > > Is that possible in HTML to get a table with scrolling property ?[/color]
      >
      > First and third hit in Google for "HTML scrolling table":
      >
      > http://lists.evolt.org/archive/Week-...06/131664.html
      > http://www.htmldog.com/guides/htmladvanced/tables/
      >
      > Please do at least a cursory search before asking here.
      >
      > --
      > Mark.
      > http://tranchant.plus.com/[/color]


      Comment

      • Alan J. Flavell

        #4
        Re: How do I ?

        On Mon, 26 Apr 2004, Alain ROUILLON wrote:
        [color=blue]
        > So my question still doen't have a proper and clear answer :[/color]

        Yes, you're beginning to grasp the nature of the problem.
        [color=blue]
        > How can I get an HTML scrollable table, regardless of browser type ?[/color]

        What is the sound of one hand clapping?

        Your question has no answer, as formulated.

        Comment

        • Mel

          #5
          Re: How do I ?

          on a browser side, i build such table with <DIV> function, it is tidious,
          but works for me

          Mel
          "Alan J. Flavell" <flavell@ph.gla .ac.uk> wrote in message
          news:Pine.LNX.4 .53.04042616151 70.22226@ppepc5 6.ph.gla.ac.uk. ..[color=blue]
          > On Mon, 26 Apr 2004, Alain ROUILLON wrote:
          >[color=green]
          > > So my question still doen't have a proper and clear answer :[/color]
          >
          > Yes, you're beginning to grasp the nature of the problem.
          >[color=green]
          > > How can I get an HTML scrollable table, regardless of browser type ?[/color]
          >
          > What is the sound of one hand clapping?
          >
          > Your question has no answer, as formulated.[/color]


          Comment

          • Jay

            #6
            Re: How do I ?

            > "Mark Tranchant" <mark@tranchant .plus.com> a écrit dans le message news:[color=blue]
            > U18jc.35211$h44 .5143690@stones .force9.net...[color=green]
            > > Alain ROUILLON wrote:
            > >[color=darkred]
            > > > Hi,
            > > >
            > > > Is that possible in HTML to get a table with scrolling property ?[/color]
            > >
            > > First and third hit in Google for "HTML scrolling table":
            > >
            > > http://lists.evolt.org/archive/Week-...06/131664.html
            > > http://www.htmldog.com/guides/htmladvanced/tables/
            > >
            > > Please do at least a cursory search before asking here.[/color][/color]

            "Alain ROUILLON" <al.rouillon@fr ee.fr> wrote in message
            news:408d2381$0 $520$636a15ce@n ews.free.fr...[color=blue]
            > So far so good, ...
            >
            > But these examples fit for Mozilla Browsers, possibly for Netscape but not
            > for IE (i.e. unfortunately something like 90% users browser, sorry !).
            >
            > So my question still doen't have a proper and clear answer :
            >
            > How can I get an HTML scrollable table, regardless of browser type ?[/color]

            Have you tried the google search yet?



            Also, stop top-posting.


            --
            "Some see the glass as half-empty;
            some see the glass as half-full.
            I see the glass as too big." - George Carlin

            - J


            Comment

            • Holly

              #7
              Re: How do I ?

              :> > > Is that possible in HTML to get a table with scrolling property ?

              I just tried this myself - you can use iframes to have a table that
              scrolls, but it's clumsy and isn't accessible with older browsers.

              Holly

              Comment

              • Alan J. Flavell

                #8
                Re: How do I ?

                On Mon, 26 Apr 2004, Mel helped to prove what they say about
                upside-down fullquoters by blurting out:
                [color=blue]
                > on a browser side, i build such table with <DIV> function, it is tidious,[/color]

                Making a page with a section that scrolls on some browsers isn't hard.

                The hard part was that the questioner demanded that it should work
                "regardless of browser type". As you would have noticed if you had
                actually -read- what you were quoting.
                [color=blue]
                > but works for me[/color]

                Doubtless - but does it also work for your readers?


                [TOFU painlessly destroyed...]

                Comment

                Working...