我想将带有空白的 SPAN 列表:normal 放在带有空白:nowrap 的跨度内。当我在 Firefox 作品中尝试上面的代码时。当我尝试使用 chrome 时不起作用。如何解决?
<div style="overflow: auto; width: 100%; white-space: nowrap;" class="well">
<span style="margin: 10px; position: relative;">
<img data-src="holder.js/150x150" class="img-rounded img-polaroid" alt="150x150" style="width: 150px; height: 150px;">
<a href="/promo-web/promocao/13">
<span style="position: absolute; left: 5px;white-space:normal">alienígenas de são cristovão e o melhor do sorvete</span>
</a>
</span>
<span style="margin: 10px; position: relative;">
<img data-src="holder.js/150x150" class="img-rounded img-polaroid" alt="150x150" style="width: 150px; height: 150px;">
<a href="/promo-web/promocao/13">
<span style="position: absolute; left: 5px;white-space:normal">alienígenas de são cristovão e o melhor do sorvete</span>
</a>
</span>
<span style="margin: 10px; position: relative;">
<img data-src="holder.js/150x150" class="img-rounded img-polaroid" alt="150x150" style="width: 150px; height: 150px;">
<a href="/promo-web/promocao/13">
<span style="position: absolute; left: 5px;white-space:normal">alienígenas de são cristovão e o melhor do sorvete</span>
</a>
</span>
...