This is not a fixed width layout. I have one or two CSS techniques applied to these images-- a shadow for all of them which requires floating, and there is also a caption for some of them.
http://matt.mw/passing_in_review3.html
I need to be able to center the last picture "with" the shadow in this layout, but am wondering how to do this. I managed to do it with two images (as you can see at the very top) using 2 divs within another div, but one image is really killing me with floating items.
So without taking away this float & shadow, how do I place this image in the exact center when this layout is not fixed? Obviously text-align:center has no effect on floating items. Seems different positioning methods like "absolute" ruin my shadow.
Please help me out! Thanks.