gpt4 book ai didi

asp.net - 设置在右侧的图像

转载 作者:行者123 更新时间:2023-11-28 11:24:39 24 4
gpt4 key购买 nike

在下面的代码中,我有一个下拉列表和一个图像。在我的例子中,下拉列表和图像非常接近,但我希望图像在右边有一段距离。我将对齐设置为正确并且它设置了一些距离。请帮助我解决问题。CSS:

.custom-combobox {
position: relative;
display: inline-block;
height:35px;
width:90px;
}
.custom-combobox-toggle {
position: absolute;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 0;
/* support: IE7 */
*height: 1.7em;
*top: 0.1em;
}
.custom-combobox-input {
margin: 0;
padding: 0.3em;
height:35px;
width:90px;
font-size:small;
}
.style11
{
width: 63px;
}

asp.net:

<td >
<asp:DropDownList ID="cbAutoList" runat="server">
<asp:ListItem Value="gmas"></asp:ListItem>
<asp:ListItem Value="gmas1"></asp:ListItem>
<asp:ListItem Value="gmas2"></asp:ListItem>
<asp:ListItem Value="gmas3"></asp:ListItem>
<asp:ListItem Value="gmas4"></asp:ListItem>
<asp:ListItem Value="gmas5"></asp:ListItem>
</asp:DropDownList>

</td>

<td class="style11">
<asp:Image ID="imgAutoList" ImageAlign="Right" ImageUrl="images\error.jpg" runat="server" />
</td>

最佳答案

ImageAlign Right 会将图像定位到其内部元素的右侧,我不确定图像 error.jpg 的尺寸是多少,但是如果您增加 td 的尺寸(例如 .style11{width: 100px;} ) 图像应该移得更远。如果不是这种情况,您能否提供屏幕截图或链接?

关于asp.net - 设置在右侧的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21407336/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com