Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
soflaimports webforumsuser@macromedia.com #1
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
-
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... -
Table with a scrollbar?
Heya, Does anyone know how to create a table with a scrollbar? -Spence -
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... -
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... -
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 ... -
Murray *TMM* #2
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...table. However, it never worked for me using CSS. Can someone list the> I'm trying to create a table with a scrollbar when the text overflows the
procedures to make it work? Thanks.>
>
Murray *TMM* Guest
-
mrjansuh #3
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
-
Murray *TMM* #4
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...you can drag a layer, set the property overflow to scroll or auto. If you> 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
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.fact that you can not print the content inside this layer, only what you see>
> The only thing that you have to think about when you use these, is the
on your screen.>
> If anymore questions about this, just ask.
>
> succes!
>
> Robert Jansen
>
>
Murray *TMM* Guest
-
soflaimports webforumsuser@macromedia.com #5
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
-
soflaimports webforumsuser@macromedia.com #6
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
-
mrjansuh #7
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
-
Murray *TMM* #8
Re: Adding scrollbar to a table
mrjansuh:
anywhere?> but what do you use then for something like this if you want it to work
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...anywhere?> Hmz.. I didnt know that murray,
> but what do you use then for something like this if you want it to worksays entering through CSS would be the best way to go then, unless someone>
>
> soflaimports, no it will not exactly stick to that same spot, so as murray
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



Reply With Quote

