asp.net中怎样使一个button控件在一个div标签内底部对齐拜托各位大神

在一个div标签中添加一个Button控件,怎样可以是这个控件与div的底部对齐。我写的代码如下:<divstyle="width:970px;height:30px;t... 在一个div标签中添加一个Button控件,怎样可以是这个控件与div的底部对齐。我写的代码如下: <div style="width:970px; height:30px; text-align:left; vertical-align:bottom; line-height:30px;"> <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="image/zhuye_button.gif" OnClick="imagebutton1_click" /> <!--这里可以添加页数指引--> </div> 展开
 我来答
比翼床旧127
2014-06-22 · TA获得超过227个赞
知道答主
回答量:121
采纳率:50%
帮助的人:109万
展开全部
用css控制一下即可,div里面放个p。代码在 VS2008下通过 <html xmlns=" http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <style type="text/css"> #txt{ height:300px; width:300px; border:1px solid #333333; text-align:center; position:relative; } #txt p{ position:absolute; bottom:0px; padding:0px; margin:0px } </style> </head> <body> <form id="form1" runat="server"> <div id="txt"> <p> <asp:Button ID="Button1" runat="server" Text="Button" /> </p> </div> </form> </body> </html>
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
a1012144015
2015-12-31 · TA获得超过6415个赞
知道大有可为答主
回答量:9038
采纳率:40%
帮助的人:1352万
展开全部
用css控制一下即可,div里面放个p。代码在 VS2008下通过 <html xmlns=" http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title><style type="text/css">
#txt{
height:300px;
width:300px;
border:1px solid #333333;
text-align:center;
position:relative; }
#txt p{
position:absolute;
bottom:0px;
padding:0px;
margin:0px
}
</style></head>
<body>
<form id="form1" runat="server">
<div id="txt">
<p>
<asp:Button ID="Button1" runat="server" Text="Button" />
</p>
</div>
</form>
</body>
</html>
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式