Center
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/center
软件介绍
Use this plugin to center an element on the page. It uses position: fixed which is not supported in IE6 but there's an option in the code to use position: absolute instead if you care about that browser.
$('#my-element').center();
