Posted by Spartanicus on 05/16/05 20:51
"Greg N." <yodel_dodel@yahoo.com> wrote:
>I have a few images that I want to place side by side, evenly spaced
>across the page, such that the right image aligns with the right edge of
>the browser window.
>
><----------- browser window width ---------------->
>image1 image2 image3 image4
>
>It's fairly easy to implement this with tables, but how about a pure
>CSS implementation?
Not possible, with or without tables. The only way to achieve this is by
using text-align:justify, but that only works when the content wraps.
--
Spartanicus
[Back to original message]
|