A graph that resolves how to align img vertically

Source: Internet
Author: User

Test code:

<!DOCTYPE HTML><HTML><Head>    <style>. DD{Background-color:Gray;position:relative;Line-height:120px;        }. D1{font-size:120px;        }. D2{font-size:80px;        }. D3{font-size:40px;        }. d4{font-size:0px;        }Div{float: Left;        }Div + div{margin:0px 5px;        }    </style>  </Head><Body>    <Divclass= "dd D1">        <imgstyle= "Height:60px;width:100px;background-color:red;vertical-align:middle">    </Div>    <Divclass= "dd D2">        <imgstyle= "Height:60px;width:100px;background-color:red;vertical-align:middle">    </Div>    <Divclass= "dd D3">        <imgstyle= "Height:60px;width:100px;background-color:red;vertical-align:middle">    </Div>    <Divclass= "dd D4">        <imgstyle= "Height:60px;width:100px;background-color:red;vertical-align:middle">    </Div></Body></HTML>

Found no, with font-size relationship is very big,vertical-align:middle principle is:

So the smaller the font-size, the closer the alignment line is to the middle line of the Div.

Vertical-align:middle Properties See
Vertical-align each attribute comparison

A graph that resolves how to align img vertically

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.