-- On Thu, Apr 18, 2002 at 03:37:53PM +1200, Rachel Cunliffe wrote: > i am wanting to have two images (same height) inside a div - beside each > other - one aligned to the left, one aligned to the right -- i.e. the amount > of horizontal white-space between them to be determined automatically. I think this will work CSS: img#left { float: left; } img#right { float: right; } HTML:
Lefty Righty
-- David Dorward http://david.us-lot.org/ egrep /(bb|[^b]{2})/ -- [ Content was deleted, please don't send attachments with your message. ]