Taobao interview topic: div Layer Content Vertical center of a variety of solutions

Source: Internet
Author: User
Taobao's interview question is this, but the answer is many ...

Taobao Solution:
<style type= "Text/css" >
. box {
Display:table-cell;
Vertical-align:middle;
width:200px;
height:200px;
Text-align:center;
/* Hack for IE * *
*display:block;
*font-size:175px;
/* END * *
border:1px solid #eee;
}
. box img {
Vertical-align:middle;
}
</style>
<div class= "box" >

</div>
User Solution One:
. box {
Display:table-cell;
Vertical-align:middle;
width:200px;
height:200px;
Text-align:center;
line-height:200px;
border:1px solid #eee;
}
. box img {vertical-align:middle;}
User Solution Two:
. box{
Text-align:center;
width:200px;
Height
200px;
border:1px solid #ff0;
Vertical-align:middle;
Display:table-cell;
}
. Box Img{margin-top:expression (100-THIS.HEIGHT/2);
I always use the last solution, hehe



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.