Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8616831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:42:44+00:00 2026-06-12T05:42:44+00:00

I have the following HTML, which I could change, but would prefer to keep

  • 0

I have the following HTML, which I could change, but would prefer to keep simple as it is.

<div class="c">
     <img ...>
</div>

The image will be a variable size, and should be centered vertically within the div. I’m currently using the following CSS:

.c {
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.c img {
    width: 40px;
    height: auto;
}

I’ve tried using the table and table-cell method in CSS, but the container expands to fit the image, even with overflow: hidden. I’ve considered server-side methods, like using position: relative with a negative top value on the <img>, but would prefer not to use any additional server-side processing on the page if I don’t have to. I do not want to use JavaScript, so if that’s my only other option, I’ll just do it server-side.
I should mention, the image will always be 40x40px or larger.

This fiddle demonstrates what I was attempting with display: table.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T05:42:45+00:00Added an answer on June 12, 2026 at 5:42 am

    I’ve decided on a simpler method, that will not scale images on older browsers, but will on newer ones, as well as use much less code. The HTML can basically just be a <div> tag, with this CSS.

    div.image {
        background: url(IMAGE) center center no-repeat;
        background-size: cover;
    }
    

    The background-size: cover will allow CSS3-compliant browser to scale the image to fit the div, while older ones will still center the image, but not scale it. It’s not a perfect solution, but will certainly work for my case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following html structure (which is generated and I can't change): <table
I have a simple FAQ page in which each item has the following HTML
In the following HTML page, I have a div, which contains two spans (
I have a simple MVC form with the following elements: <%= Html.TextBox(FechaInicio) %> Which
Let's say you have the following HTML: <html> <div style=text-align: center;> <img src=http://www.ps.uci.edu/~tomba/ants/sugar.jpg width=50
i have the following html , and i want to hide all lsHeader which
I have HTML which includes scripts in following order <script src=../static/js/jquery.js type=text/javascript> <script src=../static/js/bootstrap.js
I have a header.html which start with session_start();. Then the following code, $_SESSION['cart'][$sw_id] is
I have the following code which loads and html file into a webview -
I have the following method which serialises an object to a HTML tag. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.