未知
未知

软件简介

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();