Mouse hover picture creates a border effect implementation

Source: Internet
Author: User

Html

The width of the picture must be defined

xml/html code to copy content to clipboard

  

  

  

  

Css

CSS code copy content to clipboard

. con {

margin:50px;

position:relative;

}

. border {

Position:absolute;

top:0;

left:0;

rightright:0;

bottombottom:0;

}

. con:hover. Border {

border:5px solid #000;

}

Dashed

Add in CSS

CSS code copy content to clipboard

  

Solid line

Add in CSS

CSS code copy content to clipboard

  

Js

Remember to introduce jquery files first

JavaScript code copy content to clipboard

$ (function () {

var w = $ (' img '). width ();

var h = $ (' img '). Height ();

$ ('. Con '). Width (w);//Set the thickness of the outer wrapping layer of the picture, or you can set it directly in the CSS

$ ('. Con '). Height (h);//Set the image of the outer wrapping layer, can also be set directly in the CSS

$ ('. Border '). Width (w-10);//Set the border layer widths, subtract the border width and multiply by 2

$ ('. Border '). Height (h-10);//Set the height of the border layer, subtract the border width and multiply by 2

});

Demo

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.