> To: [EMAIL PROTECTED] Css-Discuss. Org
> Subject: Re: [css-d] Vertical align image
>
>
> Ian Young wrote:
> > I want the images in the content div as that way the image will be at
> >  bottom no matter how much text there is.
> >
> > http://www.iyesolutions.co.uk/templates/whs/test.html
>
> You'll have better luck if you add...
>
> #wrapper {position: relative;}
>
> ...and change position to...
>
> #base {position:absolute; right: 0; bottom: 0; width:150px;}
>
>  From there you can place that, or any, element where you want - relative
> to the container it is inside in the source-code.
>
 Many thanks Georg,

I thought that it would be the immediate div that I would be positioning
against.

Works a treat now.

Ian
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.29/673 - Release Date: 06/02/2007
17:52

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to