html 的div,想要两个并列。但却一直换行 ,求大神指点

<divid="container"style="width:1100px"><divid="left"style="height:20px;width:800px;fl... <div id="container" style="width:1100px">
<div id="left" style="height:20px;width:800px;float:left;">
<label for="channelName">通路结构</label>
<input name="channelName" type="text" value="${channel.name}" id="channelName" size="50" disabled="disabled" />
<input type="button" value="选择" onclick="chooseChannelByType('4,5,6,7,8,9,91,10,11,20', 'false');"/>
<input type="hidden"" name="includeSubChannel" id="includeSubChannel" value="1" />
</div>
<div style="clear:both"></div>
<div id="right" style="height:20px;width:800px;float:left;">
<span class="amountVerify" style="margin-right:10px; font-size: 15px;font-weight: bold;" >余额校验</span>
<input class="amountVerify" type="radio" name="balanceVerify" id="verify" value="1" onclick="accordShow();"><span class="amountVerify" >是</span>
<input class="amountVerify" type="radio" name="balanceVerify" id="noVerify" value="2" checked="checked" onclick="accordShow();"/><span class="amountVerify" >否</span>
</div>
</div>
</script>
<style type="text/css">
div#container{width:1100px;height:30px;}
div#menu {height:30px;width:800px;float:left;}
div#content {height:30px;width:300px;float:left;}
</style>
展开
 我来答
杨洋得億
2017-05-19 · TA获得超过2118个赞
知道大有可为答主
回答量:4911
采纳率:66%
帮助的人:1045万
展开全部

你的div总宽度才1100px,两列各有800px,一行明显装不下啊。第二列应该居右。

<div id="container" style="width:1100px">
<div id="left" style="height:20px;width:800px;float:left;">
<label for="channelName">通路结构</label>
<input name="channelName" type="text" value="${channel.name}" id="channelName" size="50" disabled="disabled" />
<input type="button" value="选择" onclick="chooseChannelByType('4,5,6,7,8,9,91,10,11,20', 'false');"/>
<input type="hidden"" name="includeSubChannel" id="includeSubChannel" value="1" />
</div>

<div id="right" style="height:20px;width:200px;float:right;">
<span class="amountVerify" style="margin-right:10px; font-size: 15px;font-weight: bold;" >余额校验</span>
<input class="amountVerify" type="radio" name="balanceVerify" id="verify" value="1" onclick="accordShow();"><span class="amountVerify" >是</span>
<input class="amountVerify" type="radio" name="balanceVerify" id="noVerify" value="2" checked="checked" onclick="accordShow();"/><span class="amountVerify" >否</span>
</div>
</div>
追问

我太粗心,往上贴贴错了,宽度我是改了的,肯定够。下图是效果

追答
你用我的代码,单独放入一个html文件,浏览器打开看看。应该在一行的吧。
匿名用户
2017-05-19
展开全部
<!--container width改大点 里边2个800的div 它至少要1600以上-->
<div id="container" style="width:1800px;">
<div id="left" style="height:20px;width:800px;float:left;">
<label for="channelName">通路结构</label>
<input name="channelName" type="text" value="${channel.name}" id="channelName" size="50" disabled="disabled" />
<input type="button" value="选择" onclick="chooseChannelByType('4,5,6,7,8,9,91,10,11,20', 'false');"/>
<input type="hidden"" name="includeSubChannel" id="includeSubChannel" value="1" />
</div>
<div id="right" style="height:20px;width:800px;float:left;">
<span class="amountVerify" style="margin-right:10px; font-size: 15px;font-weight: bold;" >余额校验</span>
<input class="amountVerify" type="radio" name="balanceVerify" id="verify" value="1" onclick="accordShow();"><span class="amountVerify" >是</span>
<input class="amountVerify" type="radio" name="balanceVerify" id="noVerify" value="2" checked="checked" onclick="accordShow();"/><span class="amountVerify" >否</span>
</div>
<!--清除浮动放在两个div下边-->
<div style="clear:both"></div>
</div>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式