请问各位大侠,我在ASP.NET中做的页面,在800*600正常,1024下页面就有点向左,我想让他居中,和SINA的一样,怎么做呢!谢谢!

解决方案 »

  1.   

    use javascript to center the window, seehttp://www.boutell.com/newfaq/creating/windowcenter.htmlby the way, you could examine SINA's html
      

  2.   

    先设置页面居中(如果不居中,在HTML代码中写<DIV align="center">),再插入一个表格,页面所有的内容放在表格里
      

  3.   

    笨得要死。
    在CSS里定义boby区域是居中的就行了。