Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/84.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net 在_Asp.net_Html_Css - Fatal编程技术网

Asp.net 在

Asp.net 在,asp.net,html,css,Asp.net,Html,Css,我对加价有意见 它发生在我调整浏览器窗口的大小时 以下是我的ASP.NET代码: <asp:Panel ID="PanelGrid" runat="server" CssClass="frame"> <fieldset class="fs"> <legend> <asp:Label ID="Label" runat="server" Text="LALALA"></asp:L

我对加价有意见

它发生在我调整浏览器窗口的大小时

以下是我的ASP.NET代码:

<asp:Panel ID="PanelGrid" runat="server" CssClass="frame">
 <fieldset class="fs">                        
   <legend> 
     <asp:Label ID="Label" runat="server" Text="LALALA"></asp:Label>
   </legend>
  </fieldset>
</asp:Panel>
面板控件能够自行呈现字段集标记,您只需指定:

面板控件能够自行呈现字段集标记,您只需指定:

试试这个css:

.fs {
    width: 100%;
    overflow: scroll;
}
试试这个css:

.fs {
    width: 100%;
    overflow: scroll;
}

这个问题真的不够清楚,无法理解你的问题。你目前的CSS是什么?你能在JSFIDLE中提供一个简单的例子吗?@freebird同意,提供一些标记和CSS。这个问题确实不够清楚,无法理解你的问题。你目前的CSS是什么?你能在jsfiddle中提供一个简单的例子吗?@freebird同意,提供一些标记和CSSDid,然后用F5或CTRL F5重新加载页面?是的。可能Firefox使用了其他属性?您是否使用F5或CTRL F5重新加载页面?是的。也许Firefox使用了其他属性?
    <asp:Panel runat="server" GroupingText="your fieldset group">
    </asp:Panel>
.fs {
    width: 100%;
    overflow: scroll;
}