基本上 IFdiv.PageheaderDescription
包含 NOimg
和 NOdiv#cat-text
然后我希望高度为 0px 所以没有空白。
这是我的CSS:
.PageHeaderDescription {
height: 320px;
position: relative;
width: 99%;
}
这是 CSS 路径:
html body div#Container div#Content div.PageHeaderDescription
下面是HTML
<div class="PageHeaderDescription">
<img border="0" src="images/Category/large/22.png" class="c1" />
<div id="cat-text" class="c2">
<table>
<tbody>
<tr>
<td>
<h1>1 Person</h1>
</td>
<td><span>test</span></td>
</tr>
</tbody>
</table>
</div>
</div>
使用 jquery 是最好的方式还是我可以使用 clear:both 一些如何?你能帮我吗,我不知道如何使用 jquery 检查 div 中的元素。我知道包含字符串值的作品吗?