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 / CSS / April 2007



Tip: Looking for answers? Try searching our database.

Aligning content in table cell to top of cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JJA - 26 Apr 2007 18:55 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.

Please see:

http://www.mortgagedataweb.com/devmdw/marketshare/parmsv3_selectcustommaps.asp

I know I should not be using HTML tables for presentation structure
but this is legacy stuff I need to modify quickly.
John Hosking - 27 Apr 2007 01:12 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]
> 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

dorayme - 27 Apr 2007 05:04 GMT
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

 
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.