為什么設(shè)置浮動(dòng)后,第三行的小圖片就不顯示了。不設(shè)置浮動(dòng)時(shí),可以顯示圖片。
.top_content li{
float:right;
list-style-image:url(../images/li_bg.gif);
width: 70px;
}
,
.top_content li{
float:right;
list-style-image:url(../images/li_bg.gif);
width: 70px;
}
,
2018-09-07
舉報(bào)
2018-09-29
具體的頁面是啥樣你沒貼,不知道你是什么原因。所以你看看是不是因?yàn)樾懈邲]設(shè)置。
.top_content li{
? ? list-style-image:url(../images/li_bg.gif);?
? ? float:right;
? ? width:70px;
? ? line-height:27px;
? ?}