Center element plugin
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/elementcenter
软件介绍
This plugin center any element in page, horizontal and vertical using the css minus margin method.
The portuguese page can be found at: http://www.alexandremagno.net/blog/?p=75
Download: http://jquerydevbrazil.googlecode.com/svn/trunk/jquery.center.js
Require the dimensions plugin
Usage
$("element").center(); //vertical and horizontal
$("element").center({
horizontal: false // only vertical
});