gpt4 book ai didi

asp.net - asp :panel的边框

转载 作者:太空宇宙 更新时间:2023-11-04 15:34:25 25 4
gpt4 key购买 nike

我在这段代码中做错了什么??我想在两个 div 周围设置边框,但我看到了线(没有内容的矩形)。你有什么想法吗?此代码在我的 WebControl 中。

<asp:Panel ID="pan" runat="server" BorderStyle="solid" BorderWidth="1px" >
<div style="width:18%; float:left;">
<asp:Image id="img" runat="server" AlternateText="X" ImageUrl=""/>
</div>

<div style="width:78%; float:left;">
<b><asp:Label ID="lblTitle" runat="server"></asp:Label></b>
<br />
<br />
<asp:Label ID="lblDescription" runat="server"></asp:Label>
<br />
<asp:Button id="btnSet" runat="server" Text="Ustaw>"/>
<br />
<br />
<asp:Label id="lblYouHaveCreditText" runat="server" Text="Masz kredytu na usługę"></asp:Label>
</div>
</asp:Panel>

最佳答案

尝试以下操作:

<panel style="border: 1px solid #000; width: 500px; height:500px;" 
id="pan" runat="server">

</div>

这是它的 jsFiddle:http://jsfiddle.net/C5jqS/

完成后,丢掉内联 CSS ;-)

关于asp.net - asp :panel的边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10482182/

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