Adding scrollbar to a table

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Adding scrollbar to a table

    I'm trying to create a table with a scrollbar when the text overflows the table. However, it never worked for me using CSS. Can someone list the procedures to make it work? Thanks.



    soflaimports webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Table scrollbar
      I really dont know if this is possible but i have a table, and i want to put quite alot of text into it. But the thing is i dont want to make the...
    2. Table with a scrollbar?
      Heya, Does anyone know how to create a table with a scrollbar? -Spence
    3. Adding a Table of Contents
      I have been using a third part plug-in to build a Table of Contents page from the bookmarks that I have created. Is there a way to do this in any...
    4. Scrollbar + Table
      "goingpostal101" webforumsuser@macromedia.com wrote: Not so much "on" a table as "in" the same: The easiest way is an iframe. However, it's...
    5. Adding a table from another server
      Attempting to add a table from another server without copy/pasting it to my server. I have written the following: { SELECT * FROM ...
  3. #2

    Default Re: Adding scrollbar to a table

    Sof:

    I can show you a site that does it -

    [url]http://www.projectseven.com/whims/tblscroll/[/url]

    Support will be limited, however.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "soflaimports" <webforumsuser@macromedia.com> wrote in message
    news:bf450l$45j$1@forums.macromedia.com...
    > I'm trying to create a table with a scrollbar when the text overflows the
    table. However, it never worked for me using CSS. Can someone list the
    procedures to make it work? Thanks.
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Adding scrollbar to a table

    As far as I know it is not possible to create a scrollbar inside a table.
    What is possible, is a scrollbar in a layer. So on top of you tablecell you can drag a layer, set the property overflow to scroll or auto. If you choose scroll, it will show the scrollbars, even when scrolling is not needed, if you use auto, they wil only show when they are needed.

    The only thing that you have to think about when you use these, is the fact that you can not print the content inside this layer, only what you see on your screen.

    If anymore questions about this, just ask.

    succes!

    Robert Jansen



    mrjansuh Guest

  5. #4

    Default Re: Adding scrollbar to a table

    Robert:

    For what it's worth, it is possible using CSS to create a scrollbar in a
    table, but support is not complete crossbrowser/platform. And further,
    putting a scrollbar in a layer is also poorly supported
    crossbrowse/platform.

    Neither are reliable solutions.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "mrjansuh" <info@jmdwebdesign.nl> wrote in message
    news:bf5lr7$bvh$1@forums.macromedia.com...
    > As far as I know it is not possible to create a scrollbar inside a table.
    > What is possible, is a scrollbar in a layer. So on top of you tablecell
    you can drag a layer, set the property overflow to scroll or auto. If you
    choose scroll, it will show the scrollbars, even when scrolling is not
    needed, if you use auto, they wil only show when they are needed.
    >
    > The only thing that you have to think about when you use these, is the
    fact that you can not print the content inside this layer, only what you see
    on your screen.
    >
    > If anymore questions about this, just ask.
    >
    > succes!
    >
    > Robert Jansen
    >
    >

    Murray *TMM* Guest

  6. #5

    Default Re: Adding scrollbar to a table

    As far as I know it is not possible to create a scrollbar inside a table.
    What is possible, is a scrollbar in a layer. So on top of you tablecell you can drag a layer, set the property overflow to scroll or auto. If you choose scroll, it will show the scrollbars, even when scrolling is not needed, if you use auto, they wil only show when they are needed.

    The only thing that you have to think about when you use these, is the fact that you can not print the content inside this layer, only what you see on your screen.

    If anymore questions about this, just ask.

    succes!

    Robert Jansen

    Yes, but let's say the table is centered (so the page is in the center at different resolutions) the layer won't follow the table cell's properties, or will it?

    (Here would be an example I'm reffering to; [url]http://www.milonic.co.uk/menu/menusample.php?sampleid=16[/url] use the link from the floating menu on the left "Open In Iframe". What exactly is that frame? A table cell, or a layout layer?)

    Thanks.



    soflaimports webforumsuser@macromedia.com Guest

  7. #6

    Default Re: Adding scrollbar to a table

    Meanwhile from the source of the page I found out that the code for that frame looks something like this;

    <iframe width=100% height=200 id=tempiframe src=""></iframe>

    What exactly is this iframe? Anyone know?

    Thanks again.



    soflaimports webforumsuser@macromedia.com Guest

  8. #7

    Default Re: Adding scrollbar to a table

    Hmz.. I didnt know that murray,
    but what do you use then for something like this if you want it to work anywhere?


    soflaimports, no it will not exactly stick to that same spot, so as murray says entering through CSS would be the best way to go then, unless someone has a different option. I am going to look into the crolling table right now to figure it out :)
    And about the iframe, have heard of it but never looked into it...

    Robert Jansen
    mrjansuh Guest

  9. #8

    Default Re: Adding scrollbar to a table

    mrjansuh:
    > but what do you use then for something like this if you want it to work
    anywhere?

    If I must have scrolling then I would either use an IFrame (ptui) or dHTML
    scroller (ptui). The latter method will work reliably.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "mrjansuh" <info@jmdwebdesign.nl> wrote in message
    news:bf86hq$lna$1@forums.macromedia.com...
    > Hmz.. I didnt know that murray,
    > but what do you use then for something like this if you want it to work
    anywhere?
    >
    >
    > soflaimports, no it will not exactly stick to that same spot, so as murray
    says entering through CSS would be the best way to go then, unless someone
    has a different option. I am going to look into the crolling table right now
    to figure it out :)
    > And about the iframe, have heard of it but never looked into it...
    >
    > Robert Jansen

    Murray *TMM* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139