|  | Posted by Greg N. on 05/16/05 20:04 
I'm new at CSS, so bear with me if this is a trivial or impossible thing to do.
 
 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
 
 
 That means, as the window is resized, the spacing should adapt accordingly:
 
 
 <--- browser window width --->
 image1  image2  image3  image4
 
 
 It's fairly easy to implement this with tables,  but how about a pure
 CSS implementation?
 
 Thanks - Greg
  Navigation: [Reply to this message] |