<!DOCTYPE html><html> <body> <div id="log"></div> </body></html>
<style type="text/css"> #log { width: 200px; height: 150px; position: fixed; left: 50%; top: 50%; margin-left: -100px; margin-top: -75px; border:1px solid red;}</style>
#log{ position:fixed; margin:auto; left:0; right:0; top:0; bottom:0; width:200px; height:150px; border:1px solid red;}
Powered BY YouYaX个人自主开发论坛,从2010年10月份开发至今!