مشکل نمایش این صفحه چیه؟اگه گفتید؟اینم کدش
با سلام این صفحه رو طراحی کردم ولی در خروجی هیچ کدام از background ، DIV نشون داده نمیشن البته در خروجی aspx ولی دقیقا در خروجی html نمایش داده میشن. مشکل چیه ؟
کد:
<
DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
htmlxmlns="http://www.w3.org/1999/xhtml">
<headrunat="server">
<title>خانه:تردیس در دسترس شماست.</title>
<styletype="text/css">
.Total
{
position:absolute;
width:1200px;
height:768px;
}
#form1
{
position:absolute;
width:1100px;
height:738px;
}
#DIVD
{
position:absolute;
width:100%;
height:100%;
}
#Text1
{
position:absolute;
float:left;
border-color:Black;
top: 6px;
left: 8px;
}
#butt1
{
position:absolute;
left: 146px;
float:left;
top: 6px;
}
#Lab1
{
position:absolute;
float:left;
top: 75px;
left: 10px;
}
#Header
{
position:absolute;
float:right;
background-image: url('header.png');
right:0%;
width:1000px;
height:102px;
visibility: visible;
}
#Matn
{
position:absolute;
width:1000px;
height:600px;
top: 14%;
direction:rtl;
right: 0px;
margin-left: 7px;
background-image:url('matn.jpg');
}
#Logo
{
position:absolute;
font-family:Aram;
color:White;
direction:rtl;
right:2%;
float:right;
}
</style>
</head>
<bodyclass="Total">
<formid="form1"runat="server">
<divid="DIVD">
<divid="Header">
<asp:TextBoxID="Text1"runat="server"Width="100pt">
</asp:TextBox>
<asp:ButtonID="butt1"Text="جستجو"Height="25"Width="70"BorderColor="Black"
runat="server"onclick="butt1_Click"/>
<asp:LabelID="Lab1"Text=""runat="server">
</asp:Label>
<h1id="Logo"> آموزش جامع ASP.NET</h1>
</div>
<br/>
<divid="Matn">
</div>
</div>
</form>
</body>
</html>