div 块状居中显示_html/css_WEB-ITnose

nbsp;html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

    
    
#divbg
{
width: 98%;
margin-left: auto;
margin-right: auto;
}
#divbg li
{
float: left;
background: rgb(231,231,231);
width: 180px;
height: 180px;
font-size: 20px;
list-style-type: none;
cursor: hand;
line-height: 40px;
text-align: center;
cursor: pointer;
margin-bottom: 2%;
margin-top: 4%;
margin-left: 5.5%;
margin-right: 5.5%;
}
#box
{
margin:0 0 0 0;
position: absolute;
}

    

代码如上,我要的功能     八个小块居中显示  初始每行4个   窗口缩小变大  当中的小块也要居中  小块大小固定180*180    css调试了很久 愣是没调出来。。。。

回复讨论(解决方案)

木有人啊?????

nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">                #divbg        {            width: 98%;            margin-left: auto;            margin-right: auto;        }        #divbg li        {            float: left;            background: rgb(231,231,231);            width: 180px;            height: 180px;            font-size: 20px;            list-style-type: none;            cursor: hand;            line-height: 40px;            text-align: center;            cursor: pointer;            margin-bottom: 2%;            margin-top: 4%;            margin-left: 5.5%;            margin-right: 5.5%;        }        #box        {            margin:0 0 0 0;            position: absolute;        }        

登录后复制你不觉得这样好看些吗

      赞版主    楼上正解 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。

发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/3092302.html

(0)
上一篇 2025年3月28日 13:52:58
下一篇 2025年3月28日 13:53:07

AD推荐 黄金广告位招租... 更多推荐

相关推荐

发表回复

登录后才能评论