[thelist] Image alignment

Scott Barnes scott at mettro.com.au
Thu Sep 27 00:35:29 CDT 2001


You could set the table up like this:

<table>
<tr>
	<td rowspan=3> Side Graphic </td>
	<td> TopMiddle Graphic </td>
</tr>
<tr>
	<td> <img src="spacer.gif" height="whichever"></td>
</tr>
<tr>
	<td> BottomMidle Graphic </td>
</tr>
</table>

Using a clear.gif (1px X 1px transparent gif)  you could use that as a block
to showcase
your background, so that vertically it can expand (if you set width=100%)
and still retain
a height thats needed to seperate the TOP from the middle, and the bottom
from the middle.

If you provide me with some code i could probably help you more..

Regards,
Scott Barnes







> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Brad Miller
> Sent: Thursday, September 27, 2001 3:26 PM
> To: thelist at lists.evolt.org
> Subject: [thelist] Image alignment
>
>
> Is it possible to align an image at the top of a table cell and one at the
> bottom and have a background fill the space in between if a cell
> next to it
> determines the variable height of it.
> I have 3 cells and the left and right cells are images and the middle is
> content.
> The middle cell needs to expand vertically with it's content and the
> background image for the 2 side cells needs to expand with the
> center cell.
> Keeping the side images aligned with the top and bottom.
> This is kind of a freakish design and I can't find any other way to get
> around this.
>
> Thanks,
> Brad Miller
> 702-438-7660
> www.rapidfx.com
> www.beldamar.com
> www.dejapc.com
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>






More information about the thelist mailing list