Archives for Tuesday, November 20th, 2007
You are currently browsing 1 article(s) published on Tuesday, November 20th, 2007, please try the search if you can't fint what you're looking for.
jQuery Center Plugin
Tuesday, November 20, 2007
Here's a simple plugin you can use to center elements on the page.
To center an element you go: $('#my-div').center();
As center() uses position: fixed; to center elements there is no IE6 support.
Get the code here jquery.center.js.
As usual it requires jQuery.
Enjoy.
- Comments are off
- Filed under Javascript, jQuery





