Submit your widget

Inset border effect for image or box with jquery plugin

Created 11 years ago   Views 10213   downloads 2155    Author ghophp
Inset border effect for image or box with jquery plugin
View DemoDownload
29
Share |

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.