"SanderElias" <[EMAIL PROTECTED]> writes: > I want to center a div on the center off the browser screen. Somehow > I'm missing some points, I can not get it to work! can anybody help me > on the way again. I suspect I'm missing something simple! > try the following code in a browser, and click on the buttons a few > times to see what I mean!!
For IE you have to pass "text-align: center;" in your CSS. For standards compliant browsers set left and right margin to auto in your CSS. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit?hl=en -~----------~----~----~----~------~----~------~--~---
