我有以下HTML标记:
<div class="news_detail">
<span class="newspaper_icon"></span>
<span class="small_story_newspaper">Sky News</span>
</div>
并应用了以下CSS:
.news_detail {
width: 33%;
float: right;
margin: 5px 0px;
text-align: center;
}
.newspaper_icon {
width: 17px;
height: 17px;
float: right;
margin: 0px 5px;
background: url("images/Mobile/hdpi.png") no-repeat scroll 0px -342px / 215px auto transparent;
display: inline-block;
}
.small_story_newspaper {
float: right;
font-size: 12px;
color: rgb(41, 169, 224);
}
除了使用Kitkat的Android设备外,它完美无缺。
有任何想法吗?
我知道在Kitkat上,WebView
现在正在使用铬。铬是否存在我需要知道的<span>
问题?
答案 0 :(得分:0)
我的猜测是所提到的设备不支持inline-block。尝试使用float浮动显示块。此外kitkat仅在1%的Android设备上运行,所以我不会打扰