Submit your widget

Inset border effect for image or box with jquery plugin

Created 10 years ago   Views 9681   downloads 1985    Author ghophp
Inset border effect for image or box with jquery plugin
View DemoDownload
24
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.