Centering an img in a div both horizontally and vertically

Posted in dotnet, vb, vb.net | 25 Comments »

I realize this is simply an HTML question, but I'm having a difficult figuring out the CSS stuff to center an <img /> tag within a <div> tag.

<div style="width: 180px; height: 180px; padding: 10px; margin-top: auto; margin-bottom: auto;">
  <img src="file" alt="" style="width: 160px; height: 80px;" />
</div>

It centers horizontally just fine, but I cannot get it to center vertically within the div.

Can anyone point out what I'm missing???

Similar:

  1. image not vertically centering in div layer Hey, if you go to http://www.roderickpena.com/portfolio.html you’ll see the problem. Uh, yeah, the second picture in the first cat is too large but whatever. Anyways,...
  2. Centering a div horizontally with variable width not working in IE Hello, I practiced to center a div without a width and found a solution that works in every common browser. But when I put this...
  3. Columns CSS problem? Hi Everyone! I’ve got a nagging problem with my layout at marinebio.org. I’ve got 3 columns as divs and need the left one to dictate...
  4. How can I vertically and horizontally center a div within a larger div? http://stackoverflow.com/questions/114543/how-to-center-div-in-div I managed to center horizontally using styling from the accepted answer. How can I also center it vertically? The inner div is of an...
  5. IE text centering Hi, I have a simple page and want to center a line of H3 text, like a heading on a slide. I gave it the...

25 Responses to “Centering an img in a div both horizontally and vertically”

  1. [...] Centering an img in a div both horizontally and vertically | The … [...]

  2. [...] Centering an img in a div both horizontally and vertically | The … [...]

  3. [...] Centering an img in a div both horizontally and vertically | The … [...]

  4. [...] Centering an img in a div both horizontally and vertically | The … [...]

  5. [...] Centering an img in a div both horizontally and vertically | The … [...]

  6. [...] Centering an img in a div both horizontally and vertically | The … [...]

  7. [...] Centering an img in a div both horizontally and vertically | The Largest Forum Archive [...]

  8. [...] Centering an img in a div both horizontally and vertically | The … [...]

  9. [...] Centering an img in a div both horizontally and vertically | The … [...]

  10. [...] Centering an img in a div both horizontally and vertically | The … [...]

  11. [...] Centering an img in a div both horizontally and vertically | The … [...]

  12. [...] Centering an img in a div both horizontally and vertically | The … [...]

  13. [...] Centering an img in a div both horizontally and vertically | The … [...]

  14. [...] Centering an img in a div both horizontally and vertically | The … [...]

  15. [...] Centering an img in a div both horizontally and vertically | The … [...]

  16. [...] Centering an img in a div both horizontally and vertically | The … [...]

  17. [...] Centering an img in a div both horizontally and vertically | The … [...]

  18. [...] Centering an img in a div both horizontally and vertically | The … [...]

  19. [...] Centering an img in a div both horizontally and vertically | The … [...]

  20. [...] Centering an img in a div both horizontally and vertically | The … [...]

  21. [...] Centering an img in a div both horizontally and vertically | The … [...]

  22. [...] Centering an img in a div both horizontally and vertically | The … [...]

Leave a Reply