CSS for mouse to zoom in or show hidden content simple prototype

Source: Internet
Author: User

Adjust to the image Magnifier effect, or move the mouse to show hidden content (IE6 hover support is not perfect, recommended in Firefox or Google watch).

Effect

Css:

. demo {
width:318px;
margin:100px Auto 0 auto;
}

. demo:after {
Content: "";
Display:block;
height:0;
Clear:both;
}

. demo Li {
width:100px;
height:100px;
border:1px solid #e5e5e5;
Background: #fafafa;
Float:left;
margin:2px;
List-style-type:none;
position:relative;
Z-index:1;
}

. demo Li:hover {z-index:2;}

. demo Li:hover div {display:block;}

. demo Li Div {
width:204px;
height:204px;
border:1px solid #e5e5e5;
Position:absolute;
Top: -51px;
Left: -51px;
Display:none;
Background: #fafafa;
}

Html:

<ul class= "Demo" >
<li><div></div></li>
<li><div></div></li>
<li><div></div></li>
</ul>

CSS for mouse to zoom in or show hidden content simple prototype

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.