[thelist] Image alignment

Glenn Hunt ghunt at hds.ca
Thu Sep 27 09:55:30 CDT 2001


If I understand you correctly, this should work:

<table>
	<tr>
		<td valign="top">
			<img src="topgraphic.gif">
		</td>
		<td rowspan="2">
			Middle Cell Content
		</td>
		<td valign="top">
			<img src="topgraphic.gif">
		</td>
	</tr>
	<tr>
		<td valign="bottom">
			<img src="bottomgraphic.gif">
		</td>
		<td valign="bottom">
			<img src="bottomgraphic.gif">
		</td>
	</tr>
</table>

Glenn Hunt
ghunt at hds.ca



> -----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 1:26 AM
> 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