Based on the jquery implementation of the picture in a variety of resolutions in the unknown container up and down around the center _jquery

Source: Internet
Author: User

Div:

Copy Code code as follows:

<div class= "Pic_conent" >
<div class= "Fn-pr pic_layer" >
<!--picture text introduction transparent layer-->
<section class= "BG text_layer_home p10 Font-yahei FN-BC" >

<aside class= "F12 BBB" >
<c:if test= "${not Empty Pic.poi}" >
<span class= "Scenery FN-FL" >${pic.poi}</span>
</c:if>
<span class= "Fn-fr mt10" >by ${pic.username}</span>
</aside>
</section>
</div>
</div>

Css:

Copy Code code as follows:

. pic_conent{
height:720px;/* This height will be JS get rid of * *
Text-align:center;
Display:table-cell;
Vertical-align:middle;
}
. pic_layer{text-align:center width:100%; display:inline-block; vertical-align:middle;}

Jquery:

Copy Code code as follows:

$ (function () {
var Surh = $ (window). Height ();
$ (". Pic_conent"). Height (surh);
Window.onresize=function () {
var Surh = $ (window). Height ();
$ (". Pic_conent"). Height (surh);
}

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.