我有一张包含在Div标签内的表格。 div标签是100% - 左侧导航栏,表格也设置为100%。不知何故,内容溢出,附图如图所示。我想将它们包含在div标签内。以下是代码:
<div>
<table cellpadding="0" cellspacing="0" border="0" class="searchusers_res">
<tr class="tit">
<td class="first"><a href="#"><img src="images/icon_openlist_01.gif" class="icon_openlist" /></a><strong>Name (job title)</strong></td>
......
<tr>
<td class="first"><a href="#">Giacomo Guilizzoni Founder</a></td>
<td>giacom@test.com</td>
和css
.searchusers_res {
border:0 none;
width:100%;
}
common.css (line 255)
table {
}