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();
程序名称: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();