>웹 프론트엔드 >HTML 튜토리얼 >如何在布局不变的前提下,让层中的多个层居中_html/css_WEB-ITnose

如何在布局不变的前提下,让层中的多个层居中_html/css_WEB-ITnose

WBOY
WBOY원래의
2016-06-24 12:09:591261검색

如题,我在一个html中 写入一个层 再在里面写入大量层。如何让那些层在布局不变的前提下居中?
以下是部分层的样式

  
#mindb{
background-image:url(images/main_29.gif);
width:8px;
height:29px;
position:absolute;
left:89px;
top:480px;
}
#mindc{
background-image:url(images/main_30.gif);
width:247px;
height:29px;
position:absolute;
left:97px;
top:480px;
}
#mindd{
background-image:url(images/main_32.gif);
width:11px;
height:29px;
position:absolute;
left:344px;
top:480px;
}


回复讨论(解决方案)

额...好吧 我已经知道了.....

恭喜你又进步了

自己解决 很好

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.