作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我对尝试在 WordPress 中设置的表格感到有些沮丧。 Have a look here - 在正常的桌面宽度(例如 1000 像素)下,页面看起来不错,但是当您将其缩小到大约 750 像素以下时,表格开始无缘无故地重复信息。我浏览了我的 CSS 和我的表格本身,似乎无法找到任何直接的原因。这只是移动用户尝试查看页面时的问题。
其中一个表如下。
<table style="height: 25px;" border="1" width="673" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>WEEK</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>PRICE</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>AVAILABLE</strong></em></td>
</tr>
</tbody>
</table>
<table style="height: 120px;" border="1" width="673" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: center;" valign="bottom" width="206"><em><strong> 3rd Jan to 10th Jan</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>£359</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>Available </strong></em></td>
</tr>
<tr>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>10th Jan to 17th Jan</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>£359</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong> <strong><em>Available </em></strong></strong></em></td>
</tr>
<tr>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>17th Jan to 24th Jan</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>£359</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong> <strong><em>Available </em></strong></strong></em></td>
</tr>
<tr>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>24th Jan to 31st Jan</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>£359</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><span style="color: #ff0000;"><em><strong> <span style="color: #000000;"><strong><em>Available </em></strong></span></strong></em></span></td>
</tr>
<tr>
<td style="text-align: center;" valign="bottom" width="206"><b><i>31st Jan to 7th Feb</i></b></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong>£359</strong></em></td>
<td style="text-align: center;" valign="bottom" width="206"><em><strong> <span style="color: #ff0000;"><strong><em>BOOKED</em></strong></span></strong></em></td>
</tr>
</tbody>
</table>
知道为什么会这样做吗?
最佳答案
如果不查看您的 CSS 很难确定,但是会为 785px 设置一个断点,该断点显示类为“固定”的元素,从而出现重复的表格条目。
尝试:
@media all max-width: 785px {
.pinned {
display:none !important;
}
}
关于html - 表格在变窄时无法正确显示 (WordPress),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28428526/
在进行控制流分析时,Typescript 似乎正在缩小联合: type Foo = {x: number} type Bar = {x: number, y: string} function f(a
当单元格第一次出现时,它们看起来像我的图片所示。如果向上滚动然后向下滚动让它们再次显示,它们将是正常的。顶部三个单元格始终正常,而底部变窄。这是我的代码` import UIKit class All
我是一名优秀的程序员,十分优秀!