使用position:fixed属性让DIV居中

先看一下效果
http://www.keleyi.com/keleyi/phtml/fixedcenter.htm
关键代码是:#topmenu_keleyi_com{position:fixed;left:0px;right:0px;width:706px;margin-left:auto;margin-right:auto;}
附完整代码

复制代码
代码如下:




使position:fixed的DIV居中-柯乐义





position:fixed的DIV的居中效果,改变页面的宽度看看。



你可能感兴趣的:(使用position:fixed属性让DIV居中)