Vertically And Horizonatally center main wrap div [closed]

abdo2

New Member
\[quote\] Possible Duplicate:
How to center DIV in DIV? \[/quote\]Now i try\[code\]<html><head> <title>?????????????????</title> <style type="text/css"> body { margin-left: auto; margin-right:auto; } #wrap { background: black; margin-left: auto; margin-right:auto; height:450px; width:450px; position:absolute; top:50%; right:50%; left:50%; margin-top:-225px; } </style></head><body> <div id="wrap"> Hello </div></body></html>\[/code\]?????
 
Top