【发布时间】:2014-07-19 15:23:47
【问题描述】:
目前在我的 style.css 文件中,我仅将某些设计用于我的网站的移动版本。
这里是开始标签:
@media only screen and (min-width : 150px) and (max-width : 780px)
我希望能够对其进行设置,以便当网站在移动设备上时它不使用下面显示的  ,我只想在完整桌面中使用 &nbsp。有没有办法在 css 文件中处理这个问题?
<td colspan="2" style="font-size: 16pt;">
<a href="index.php">Home</a>
<a href="product_list.php">All Products</a>
</td>
【问题讨论】:
-
使用边距或内边距代替
&nbsp;