background-position: bottom;



From:  Antonio <[EMAIL PROTECTED]>
Reply-To:  wsg@webstandardsgroup.org
To:  wsg@webstandardsgroup.org
Subject:  Re: [WSG] How to align images at the *bottom* with CSS?
Date:  Wed, 13 Sep 2006 21:50:39 +0200
>Thank you very much Matthew, Tom and Ted for your answer.
>The Matthew's solution is OK for me.
>;-)
>
>Antonio
>
>Le 13 sept. 06 à 19:05, Matthew Pennell a écrit :
>
>>On 9/13/06, Antonio <[EMAIL PROTECTED]> wrote:
>>>I have a block with an smaller image inside.
>>>I'd liked to align the image at the *bottom* of the block...
>>>How can I do it with CSS?
>>
>>#block {
>>  position: relative;
>>}
>>
>>#block img {
>>  position: absolute;
>>  bottom: 0;
>>}
>>
>
>
>
>*******************************************************************
>List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
>Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
>Help: [EMAIL PROTECTED]
>*******************************************************************
>

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to