Freepages-Help-L Archives
Archiver > Freepages-Help > 2010-09 > 1285410135
From: "Barry Carlson" <>
Subject: Re: [FreeHelp] Scrolling Table
Date: Sat, 25 Sep 2010 22:22:15 +1200
References: <4C975A10.2030307@swbell.net><6F560DF74F0A491AB85E58C614C381AC@BERT><BLU0-SMTP99A9B4FBAF66832E53F19ED37E0@phx.gbl>
On Tuesday, September 21, 2010 10:20 AM (UTC+12)
Ian Singer wrote:-
> Interesting. Now if you want to combine it with routines where you click
> on the header and it sorts that column.
>
> On my non genealogy site I have a listing
> <http://www.e-tool.ca/tooltest.htm> that is a two column format and
> every time I add someone as I want them all in alpha order I basically
> have to redo a bunch of code. Can you think of an easier way to do it
> retaining a two column format and without CSS that is sequenced as:
> Aa Ab
> Ac Ad
> Ae Af
--------------------------
Ian
I wouldn't even want to try it "without" using CSS.
There is a working version (all browsers - including IE) which uses
unordered lists at:-
http://countjustonce.com/singer-li.html
The data is held in 3 columns of a spreadsheet, where you can enter data at
the bottom of a "letter", then highlight the 3 columns associated with that
letter, use the sort option on the middle column, and your entry will be
sorted into its correct position.
Highlight all the data, copy and paste into your html.
The CSS is minimal and a small amount of javascript is used to get IE to
work.
Barry
This thread:
| Re: [FreeHelp] Scrolling Table by "Barry Carlson" <> |