Emomtrovele
New Member
I have to modify the div's css before the \[code\]window.onload\[/code\], and \[code\]body.onload\[/code\].\[code\]<html> <head> <style type="text/css"> html, body { width: 100%; height: 100%; padding: 0px; margin: 0px; } div { margin-left: auto; margin-right: auto; } <script> HTMLDivElement.prototype.style.marginTop = (window.innerHeight/2 - HTMLDivElement.scaleHeight/2) + "px"; </script> </head> <body> <div> foo<br/>bar </div> </body></html>\[/code\]