> I would like to know how I can position the 'beach picture' I have in
> the header to the right.

I just floated the the first image left, the second right, and #top
left (you might want to give them IDs or something to make this
easier).

#top { float: left; }
#top img { float: left; }
#top img + img { float: right; }
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to