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

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

#ad_top
{
position
:absolute;
width
:100%;
*width
:728px;
text-align
:center;
margin
:0px auto;
}
原文地址:https://www.cnblogs.com/dudu/p/1784588.html