问答详情
源自:4-3 企业网站左侧列表制作

边框问题??在线等~急急急~~~

http://img.mukewang.com/571999cf00013fef03110418.jpg为什么它就是连不起来,空出一大块看起来好丑,求大神解答~~代码如下:

.news_type

{

width:220px;

height:350px;

border:1px solid #e8e8e8;

background-color: #FFF;

float:left;


}

.news_type h2

{

height:30px;

line-height:30px;

font-family:"微软雅黑";

font-size:16px;

color:#666;

background:url(../images/titile_bg.gif) repeat-x;

padding-left:20px;

}


.news_type_content

{

height:315px;

background:url(../images/content_bg.gif)  repeat-x;

}

哪里有问题了~~求解答~~

提问者:谁动了我的小昵称 2016-04-22 11:33

个回答

  • 慕粉3294721
    2016-09-06 15:40:58

    试试*{padding:0; margin:0;}

  • jiankeke
    2016-05-03 10:50:38

    在两个background最后面加 left center


  • 不是本人__
    2016-04-22 14:10:40

    我复制你的代码过去没这个问题诶。。。