前提・実現したいこと
ASP.NET
OS: Windows10
Visual studio 2010
NET_FRAMEWORK 4.0
色の設定をしていますが,繁栄されません。
スタイルシートが悪いのでしょうか?
キャッシュかなにかで前回の画面が残っているのでしょうか?
![イ(19fcb2523a65d0b4a1dbd471caaa6603.png)
### 該当のソースコード ```VB2010 <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebRyohiXX.aspx.vb" Inherits="WebPartList.WebrYOHIxx" %> <%@ Register src="WebRyohiX1.ascx" tagname="WebRyohiX1" tagprefix="uc1" %> <html"> <head runat="server"> <link href="Styles/style.css" rel="stylesheet" type="text/css" /> <title></title> </head> <form id="form1" runat="server"> <div class="ryohi" > <uc1:WebRyohiX1 ID="WebRyohiX1" runat="server" /> </div> </form> </html> ``` スタイルシート .ryohi { background-color: #FFBBFF; /* 背景色指定 */ width: 495px; float: left; }
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/07 23:39
退会済みユーザー
2021/03/08 01:19
2021/03/08 03:14