css标签codelist的下拉框怎么和输入框结合在一起?

 我来答
河南新华电脑99
2017-09-14 · TA获得超过205个赞
知道小有建树答主
回答量:236
采纳率:75%
帮助的人:135万
展开全部
我要实现的结果是:
id是txtUserCode的输入框和id是txtAge的输入框左边对齐;
id是txtUserName的输入框和id是txtEmail的输入框左边对齐;
id是txtSex的输入框和id是ddlHeadShip的下拉框左边对齐,并且txtSex输入框的右边和ddlDepartment下拉框的右边对齐;

请问:有css如何实现?
下面是我的代码,我写的css实现不了,请高人帮我完善一下,谢谢了!分不够可以加呀

代码:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>用户信息</title>
<style type="text/css" >
.divContent
{
float:left;
}

#txtUserCode
{
left:200px;
}

#txtAge
{
left:200px;
}

</style>

</head>
<body>
<form id="form1" runat="server">
<div>

<div class="divContent">
<span>
<asp:Label ID="Label1" runat="server" Text="用户编号"></asp:Label>
<asp:TextBox runat="server" ID="txtUserCode"></asp:TextBox>
</span>

<span>
<asp:Label ID="Label2" runat="server" Text="用户姓名"></asp:Label>
<asp:TextBox ID="txtUserName" runat="server"></asp:TextBox>
</span>

<span>
<asp:Label ID="Label3" runat="server" Text="性别"></asp:Label>
<asp:TextBox ID="txtSex" runat="server"></asp:TextBox>
</span>
</div>

<div class="divContent" >
<span>
<asp:Label ID="Label4" runat="server" Text="年龄"></asp:Label>
<asp:TextBox ID="txtAge" runat="server"></asp:TextBox>
</span>

<span>
<asp:Label ID="Label5" runat="server" Text="邮箱"></asp:Label>
<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>
</span>

<span>
<asp:Label ID="Label6" runat="server" Text="岗位"></asp:Label>
<asp:DropDownList ID="ddlHeadShip" runat="server"></asp:DropDownList>
<asp:Label ID="Label7" runat="server" Text="部门"></asp:Label>
<asp:DropDownList ID="ddlDepartment" runat="server"></asp:DropDownList>
</span>
</div>

</div>
</form>
</body>
</html>
更多0
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式