Possible Duplicate:
How to make an image center (vertically & horizontally) inside a bigger div
I have a div which is with absolute position (width/height are 100%).
Notice, not px, percents.
Inside this div I have an image. How do I center this image in this div?
CSS:
HTML:
You could also put your margin-left, margin-top commands as a style on the img tag instead (since they’re unique per image).