> Please advise on how I can get this content (from "Choose a Map" down
> to the "Show Map" button) to be positioned at the top of this table
[quoted text clipped - 4 lines]
> I know I should not be using HTML tables for presentation structure
> but this is legacy stuff I need to modify quickly.
1. Ick
2. That much JavaScript should be moved to external .js files.
3. <td id="mapSelection" width="20%" valign="top">
^^^^^^^^^^^^^--add this
4. Ick.

Signature
John
dorayme - 27 Apr 2007 05:06 GMT
> > Please advise on how I can get this content (from "Choose a Map" down
> > to the "Show Map" button) to be positioned at the top of this table
> > cell.
> 3. <td id="mapSelection" width="20%" valign="top">
> ^^^^^^^^^^^^^--add this
John, I noticed too late you had already answered this!

Signature
dorayme
John Hosking - 27 Apr 2007 08:21 GMT
>>>Please advise on how I can get this content (from "Choose a Map" down
>>>to the "Show Map" button) to be positioned at the top of this table
[quoted text clipped - 4 lines]
>
> John, I noticed too late you had already answered this!
No worries, Ben C provided an even better answer (with actual CSS) over
in c.i.w.a.h even before I posted mine here.

Signature
John
dorayme - 27 Apr 2007 08:59 GMT
> >>>Please advise on how I can get this content (from "Choose a Map" down
> >>>to the "Show Map" button) to be positioned at the top of this table
[quoted text clipped - 7 lines]
> No worries, Ben C provided an even better answer (with actual CSS) over
> in c.i.w.a.h even before I posted mine here.
Have not yet seen it, but I am not surprised. We are the quick
and dirty handybeings, he is the tradesman. <g>

Signature
dorayme
In article
<1177610109.528994.204230@u32g2000prd.googlegroups.com>,
> Please advise on how I can get this content (from "Choose a Map" down
> to the "Show Map" button) to be positioned at the top of this table
[quoted text clipped - 6 lines]
> I know I should not be using HTML tables for presentation structure
> but this is legacy stuff I need to modify quickly.
You could try:
<td id="mapSelection" width="20%" valign="top">

Signature
dorayme
Jonathan N. Little - 27 Apr 2007 17:55 GMT
> You could try:
>
> <td id="mapSelection" width="20%" valign="top">
On in stylesheet, (this is ciwas right?),
#mapSelection { vertical-align: top; }
or
TD { vertical-align: top; }
if you want change the default and have all of your tables cell aligned
at the top.

Signature
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com