Ask a Question related to Dreamweaver AppDev, Design and Development.
-
snuif12 #1
Scroll of the table seperatly without the head
Hello,
A part of the page is a tabel. When I scorl the page you wil mis all the heads
of the table.
I hope it is possible to scroll only the table without the head of the table?
Thanxx
Jan
snuif12 Guest
-
Horizontal Scroll appears after 2nd Table inserted
Hello there, I'm new to Dreamweaver, yet alone programming HTML, so please bare with me... I'm designing a website for a 1024 x 768... -
CSS Table and Scroll Problems
Hello First thanks for your help. What I would like to do is as follow 1. I would like to create a 5 px all around padding inside certain... -
Scroll inside a table
Okay this might be a simple question but I'm just simple web designer or what not. So I have a site layout made with a table. Say I have a cell... -
Scroll Row in Table into View?
Check out this articles, this might help you. http://aspalliance.com/aldotnet/examples/dgautoscroll.aspx... -
Injecting code into the <head></head> section
Hi All, I have a web user control that, among other things, provides Print this page, and Email this page functionality I have this script that... -
Ross Riley #2
Re: Scroll of the table seperatly without the head
Either put the table inside an iFrame.
Or better still put it inside a div with overflow set to 'scroll'
Ross Riley Guest
-
darrel #3
Re: Scroll of the table seperatly without the head
> Either put the table inside an iFrame.
Better yet, do it within the table itself:> Or better still put it inside a div with overflow set to 'scroll'
<table>
<thead>
put your header tags here
</thead>
<tbody style="overflow: scroll;">
put your table data here
</tbody>
</table>
-Darrel
darrel Guest
-
Murray *TMM* #4
Re: Scroll of the table seperatly without the head
It doesn't seeem to work in IE6, darrel.
--
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.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"darrel" <notreal@hotmail.com> wrote in message
news:d4j28u$su6$1@forums.macromedia.com...>>> Either put the table inside an iFrame.
>> Or better still put it inside a div with overflow set to 'scroll'
> Better yet, do it within the table itself:
>
> <table>
> <thead>
> put your header tags here
> </thead>
> <tbody style="overflow: scroll;">
> put your table data here
> </tbody>
> </table>
>
> -Darrel
>
>
Murray *TMM* Guest
-
darrel #5
Re: Scroll of the table seperatly without the head
> It doesn't seeem to work in IE6, darrel.
Why am I not surprised? ;o)
-Darrel
darrel Guest
-
snuif12 #6
Re: Scroll of the table seperatly without the head
hello,
Ik just a beginner and dutch and I don't know what you mean. Pleas help!
First
"Either put the table inside an iFrame.
Or better still put it inside a div with overflow set to 'scroll' "
What is a div??
Second:
"Better yet, do it within the table itself:
<table>
<thead>
put your header tags here
</thead>
<tbody style="overflow: scroll;">
put your table data here
</tbody>
</table> "
Can you explain why you put the "t" before all !!
snuif12 Guest



Reply With Quote

