Just like what happens when you click Sign in with OpenID on http://twitterfeed.com/, I want my login frame displays in the center of the window, and only when some link is clicked.
But now I have difficult to center a div, I have written CSS as following but it doesn't work
#logindiv {
position: relative;
overflow: auto;
margin: 0 auto;
}