[thelist] CSS Question: aligning images within a <div>

angello angello at post.cz
Fri Sep 12 09:08:14 CDT 2003


hi,
i think you have four choices:
1. use absolute positioning,
2. set each image as a background image of some div and then float the div,
3. make all images have same hieght,
4. or you can still put them in a table.
hope that helps
bye
angello

Rachel Cunliffe wrote:

>Hi everyone,
>
>I've been getting rather frustrated at not being able to code something
>seemingly rather simple and would appreciate any help.  
>
>I have a <div> with 8 images inside.  What I want is 7 of these images
>aligned left, and 1 image aligned right within the div.  The catch is that I
>also want them all vertically aligned to the bottom (some of the images are
>higher than others).  Using float and vertical-align: bottom doesn't seem to
>work for me.  
>
>Many thanks
>Rachel
>
>  
>





More information about the thelist mailing list