Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / JavaScript / February 2006



Tip: Looking for answers? Try searching our database.

scrolling tables

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jon Paal - 18 Feb 2006 16:55 GMT
trying to use this script for scrolling tables found at this link:

http://www.litotes.demon.co.uk/example_scripts/tableScroll.html

The top left corner in the table grid is hidden from being displayed.

I see:
--  the code is creating DIV's and
-- overrides are hidden

but still can't see anyway to modify so top left corner can be a displayed label to the frozen column.

can anyone advise how to show the top left corner block  as part of the left frozen column ???

how to show the top left corner block  as part of the left frozen column ???
Matt Kruse - 18 Feb 2006 19:28 GMT
> trying to use this script for scrolling tables found at this link:
> http://www.litotes.demon.co.uk/example_scripts/tableScroll.html

Repeatedly posting your question won't get you anywhere except in the
kill-file of people who might actually be able to answer your question.

Nevertheless, your question is best addressed to the script's author. First,
you should check whether or not he will allow you to use his code. If not,
then your question doesn't matter. If you reach an agreement, then he might
be able to help with your question.

Either way, please stop posting the same message over and over.

Signature

Matt Kruse
http://www.JavascriptToolbox.com
http://www.AjaxToolbox.com

Jon Paal - 19 Feb 2006 05:07 GMT
the author has not responded to emails and there is not adequate info on his website.

so I will keep posting.  You never know when someone will come along that may be able to help


Dr John Stockton - 19 Feb 2006 21:32 GMT
JRS:  In article <11vfv85od14pufc@corp.supernews.com>, dated Sat, 18 Feb
2006 21:07:21 remote, seen in news:comp.lang.javascript, Jon Paal
<Jon@nospam.Paal> posted :
>the author has not responded to emails and there is not adequate info on his
>website.
>
>so I will keep posting.  You never know when someone will come along that may be
>able to help

Read the newsgroup FAQ until you understand the situation.

Signature

© John Stockton, Surrey, UK.  ?@merlyn.demon.co.uk   Turnpike v4.00   IE 4 ©
<URL:http://www.jibbering.com/faq/>  JL/RC: FAQ of news:comp.lang.javascript
<URL:http://www.merlyn.demon.co.uk/js-index.htm> jscr maths, dates, sources.
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.

Jon Paal - 20 Feb 2006 08:15 GMT
what ?
VK - 20 Feb 2006 09:37 GMT
Top left corner is not hidden: it is not used.

<thead>
        <tr>
            <th></th>

Place whatever you want in <th></th> keeping in mind to not break the
table layout by too big content.

Ask in   <comp.infosystems.www.authoring.html> if more questions arise.

Can you stop now harassing this newsgroup? ;-)
Jon Paal - 20 Feb 2006 19:28 GMT
I already tried that.
The script rewrites the table somehow and then blocks the top left corner.

Any other ideas ?
RobG - 20 Feb 2006 23:47 GMT
> I already tried that.
> The script rewrites the table somehow and then blocks the top left corner.

What seems to happen is that the script clones the table twice so that
there are three tables.  One is used for the main body, one for the
scrolling header and one for the left column.  A div encases the body
and gives you the scroll bars.  Script keeps the header and left column
in sync with scrolling of the main body.

There's quite a bit happening with styles too.

A suggestion is to clone the top left cell, put it in a table (or maybe
just a div) and position it where you want it.  You should be able to
place the top and left based on the position of the header and left
column clones and use a height and width based on the same elements or
the position of the div encasing the main body.

But have you got permission to use the code?

Signature

Rob

Jon Paal - 21 Feb 2006 01:43 GMT
not sure what you mean by "clone the top left cell".  Could you elaborate a bit more ?

There's nothing on the source that says it can't be used.

Thanks for helping
RobG - 21 Feb 2006 06:46 GMT
> not sure what you mean by "clone the top left cell".  Could you elaborate a bit more ?
>
> There's nothing on the source that says it can't be used.

The main body of the table is revealed through a div.  A clone of the
table is revealed through a div that shows only the top row and hides
the left-most cell.  A similar trick is used to show the left column and
hide the top cell.

If you simply extend either the top div or the left div, the top left
cell will scroll either up or across, depending on which one you use.

So make a clone of the cell and stick it in a table and put it where the
top left cell would be.  Or clone the entire table and reveal just the
top left corner through a div like the rest of the table(s).  Or clone
just the cell content, put it in a div that mimics the size of the
original cell and put it in the right place.

Signature

Rob

Jon Paal - 21 Feb 2006 23:09 GMT
I appreceiate your help, but there's no way I see to overwrite/clone anything because he is not outputting html it's being displayed
through the script.  I believe the script has to be modified to modify the displayed results.

Anything I create will not be shown.

I just can't find where to change the script.....

>> not sure what you mean by "clone the top left cell".  Could you elaborate a bit more ?
>>
[quoted text clipped - 9 lines]
> reveal just the top left corner through a div like the rest of the table(s).  Or clone just the cell content, put it in a div that
> mimics the size of the original cell and put it in the right place.
Jonas Raoni - 28 Feb 2006 08:00 GMT
> the author has not responded to emails and there is not adequate info on his website.
>
> so I will keep posting.  You never know when someone will come along that may be able to help

Just googled:
<URL:http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html>

Signature

Jonas Raoni Soares Silva
http://www.jsfromhell.com

Jon Paal - 28 Feb 2006 14:33 GMT
that has no frozen left column for side reference values.

but thanks anyway.

>> the author has not responded to emails and there is not adequate info on his website.
>>
>> so I will keep posting.  You never know when someone will come along that may be able to help
>
> Just googled: <URL:http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html>
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.