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>
展开
 我来答
匿名用户
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>
匿名用户
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是怎么样的,你先按照这个搞吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Achille_sfly
推荐于2016-11-29 · TA获得超过181个赞
知道答主
回答量:128
采纳率:100%
帮助的人:65.2万
展开全部
直接创建两个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>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
火男第29号粉丝
2013-04-21 · TA获得超过439个赞
知道小有建树答主
回答量:905
采纳率:50%
帮助的人:384万
展开全部
用设置宽度,然后用浮动左。不喜欢浮动就直接设置宽度,用个display:inline;试下。
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式