流体布局:内容溢出

时间:2011-04-26 11:30:38

标签: html css layout fluid-layout

我有一张包含在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 {
}

0 个答案:

没有答案
相关问题