`
mathsfan
  • 浏览: 577937 次
  • 性别: Icon_minigender_1
  • 来自: 浙江省杭州市
社区版块
存档分类
最新评论

同行一边居左 一边居右(转)

阅读更多
在做live search的时候想把它分为两部分内容-内容A靠左,内容B靠右。
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center" style="table-layout: fixed">
<tr><td class="nav" width="50%" align="left" nowrap>内容A</td>
<td align="right" width="50%">内容B</td>
</tr></table>

用DIV来实现:
<div style="float:left;">内容A</div><div style="float:right;">内容B</div>

代码还真是简洁啊```
文章转自:http://www.discuz.net/thread-409746-1-13.html
分享到:
评论
1 楼 test01test01 2007-09-10  
大笨笨

相关推荐

Global site tag (gtag.js) - Google Analytics