Ok, I have an image inside a div. The div is 804px by 100px. The image is 500px by 70px. I am trying to get it so that the image is aligned in the center of the div and on the complete bottom of it. Can anybody help me with this? How would I go about doing this?






timjpriebe posted this at 13:13 — 6th December 2006.
He has: 2,666 posts
Joined: Dec 2004
In the div, have the following CSS:
text-align: center;vertical-align: middle;
'
That should get the job done.
Tim
http://www.tandswebdesign.com