I have following div
<div id="over" style="position:absolute; width:100%; height:100%>
<img src="img.png">
</div
How to align the image so as to be located in the middle and center of div ?
|
|
|||||
|
|
||||
|
|
|
Basically, setting right and left margin to auto will cause the image to center align.
|
||||
|
|
|
many answer suggests to use |
|||
|
|
|
setting the img to display:inline-block while having set the superior div to text-align:center will do the job too |
|||
|
|
|
||||
|
|