Guy,

Create a 2 cell table consisting of a right and left cell. Assign one cell 
the dynamic contents, and the other the static contents. Set VALIGN = TOP. 
As the dynamic cell grows in height, the adjacent static cell will also 
grow in height. As the dynamic cell shrinks in height it will stop 
shrinking once it equals the minimum static cell height. This is because 
the two cells are in the same "ROW" - - - - Hope this helps.

Example:

<TABLE>
<TR>
     <TD VALIGN="top">Static Cell</TD>
     <TD VALIGN="top">Dynamic Cell</TD>
</TR>
</TABLE>

Regards,

Tom Forbes




At 09:23 AM 6/1/01, you wrote:
>Hmmm...
>
>Situation: Two tables beside each other. One contains
>dynamic content, the other is static.
>Goal: To have both tables the same height at all times
>regardless of how much content is in the dynamic table.
>However, the dynamic table should also never be shorter
>than the static table.
>Resources: A novice understanding of JavaScript, info
>brought in via <cfquery> from an Access DB
>My Priority on this: Pretty low, but it would be really
>cool to be able to do.
>
>Yours In Conservation,
>
>Guy J. McDowell
>Webmaster
>Ontario Federation of Anglers & Hunters
>(705) 748-6324 ext. 262
>www.OFAH.org
>
>
>Archives: http://www.mail-archive.com/[email protected]/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


*******************************************************
MedMatrix Used Medical Equipment Web Portal
http://www.medmatrix.com
V:(407) 772-3427       F:(407) 772-3428
Tom Forbes,  Forbes Web Consulting, Inc.
178 S. Monterey Isle Blvd., Longwood, FL - 32779
*******************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to