[CSS]绝对层(absolute)居中(center)

兼容IE6、IE7、IE8、FireFox、Chrome、Safari、Opera:

#ad_top
{
position
:absolute;
width
:100%;
*width
:728px;
text-align
:center;
margin
:0px auto;
}

 

posted @ 2010-07-25 11:09  dudu  阅读(2903)  评论(1)    收藏  举报