CSS如何让两个表格并排显示?
代码如下:<divclass="hac"></div><span>热门搜索:</span>{dede:hotwordsnum='10'subday='30'/}<divi...
代码如下: <div class="hac"></div>
<span>热门搜索:</span> {dede:hotwords num='10' subday='30'/}
<div id="search"><form action="/plus/search.php" method="post" name="searchform" id="searchform">
<div class="search_input"><input name="keyboard" type="text" size="32" id="keyboard" onFocus="this.value=''" value="输入您要查找的内容" /><input type="hidden" name="show" value="title" />
<input type="hidden" name="tempid" value="1" />
</div>
<button class="search_button" type="submit" name="Submit22"></button>
</form>
</div> </div> 展开
<span>热门搜索:</span> {dede:hotwords num='10' subday='30'/}
<div id="search"><form action="/plus/search.php" method="post" name="searchform" id="searchform">
<div class="search_input"><input name="keyboard" type="text" size="32" id="keyboard" onFocus="this.value=''" value="输入您要查找的内容" /><input type="hidden" name="show" value="title" />
<input type="hidden" name="tempid" value="1" />
</div>
<button class="search_button" type="submit" name="Submit22"></button>
</form>
</div> </div> 展开
4个回答
2013-04-22
展开全部
应该是 DE系统.不清楚你的CSS是什么结构的,简单 使用表格实现: <table width="960" border="0">
<tr>
<td>热门搜索:</span> {dede:hotwords num='10' subday='30'/}</td>
<td><form action="/plus/search.php" method="post" name="searchform" id="searchform">
<div class="search_input"><input name="keyboard" type="text" size="32" id="keyboard" onFocus="this.value=''" value="输入您要查找的内容" /><input type="hidden" name="show" value="title" />
<input type="hidden" name="tempid" value="1" />
</div>
<button class="search_button" type="submit" name="Submit22"></button>
</form></td>
</tr>
</table> 自己参考结合CSS改下.<table width="960" border="0">
<tr>
<td>1111111111</td>
<td>2222222222</td>
</tr>
</table>
<tr>
<td>热门搜索:</span> {dede:hotwords num='10' subday='30'/}</td>
<td><form action="/plus/search.php" method="post" name="searchform" id="searchform">
<div class="search_input"><input name="keyboard" type="text" size="32" id="keyboard" onFocus="this.value=''" value="输入您要查找的内容" /><input type="hidden" name="show" value="title" />
<input type="hidden" name="tempid" value="1" />
</div>
<button class="search_button" type="submit" name="Submit22"></button>
</form></td>
</tr>
</table> 自己参考结合CSS改下.<table width="960" border="0">
<tr>
<td>1111111111</td>
<td>2222222222</td>
</tr>
</table>
2013-04-22
展开全部
<div style='float:left'><span>热门搜索:</span> {dede:hotwords num='10' subday='30'/}</div>
<div id="search" style='float:left'><form action="/plus/search.php" method="post" name="searchform" id="searchform">
<div class="search_input"><input name="keyboard" type="text" size="32" id="keyboard" onFocus="this.value=''" value="输入您要查找的内容" /><input type="hidden" name="show" value="title" />
<input type="hidden" name="tempid" value="1" />
</div>
<button class="search_button" type="submit" name="Submit22"></button>
</form>
</div> </div>不清楚你的css是怎么样的,你先按照这个搞吧
<div id="search" style='float:left'><form action="/plus/search.php" method="post" name="searchform" id="searchform">
<div class="search_input"><input name="keyboard" type="text" size="32" id="keyboard" onFocus="this.value=''" value="输入您要查找的内容" /><input type="hidden" name="show" value="title" />
<input type="hidden" name="tempid" value="1" />
</div>
<button class="search_button" type="submit" name="Submit22"></button>
</form>
</div> </div>不清楚你的css是怎么样的,你先按照这个搞吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
直接创建两个div,之后设置每个占页面的一般,设置左对齐即可。
<div style="width:50%;hight:100%;float:left;">
<form id ="form1"></form>
</div>
<div style="width:50%;hight:100%;float:left;">
<form id ="form2"></form>
</div>
<div style="width:50%;hight:100%;float:left;">
<form id ="form1"></form>
</div>
<div style="width:50%;hight:100%;float:left;">
<form id ="form2"></form>
</div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用设置宽度,然后用浮动左。不喜欢浮动就直接设置宽度,用个display:inline;试下。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询