Skip to content

ghophp/jquery-insetborder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-insetborder

Inset border effect easy and simple.

Support

From oldest to newest versions of the common browsers, such as: chrome, firefox, safari, opera............ IE.

Important?

Sure, inset border is a pretty effect, but can be a pain in the ass because involve measure movement.

Usage

Just call the plugin at the element you want to add a inset border effect.

$(document).ready(function(){

	$('a').borderEffect();
	
});

How it work?

The plugin add position:relative to the element that will receive the border, and append a with position:absolute, this have a border-width effect that not move the content, easing the work of do a inset border effect.

About

Inset border effect easy and simple.

Resources

License

Stars

Watchers

Forks

Packages

No packages published