PDA

View Full Version : سوال: مشکل تنظیم ارتفاع در css



sunn789
پنج شنبه 03 آذر 1390, 17:07 عصر
عکس رو ببینید این مشکل دو رنگ بودن رو چه کنم78345
<div class="Content DatesContent" >
<div style= "float:left; margin-left:380px;margin-top:-180px;">
<asp:Label ID="lbl_DatesTitle" runat="server" Text="" ></asp:Label>
<br />
<p >
<asp:Label ID="lbl_DatesDescription" runat="server" Text="Label"></asp:Label>
</p>
</div>
</div>



.Content
{

width: 960px;
background-color: #fff;
margin: 41px auto 0px auto;
padding-bottom: 10px;
height: Auto;
}
/*تعریف چگونگی قرار گرفتن محتوا برای محتویات صفحه
dates */
.DatesContent
{
margin-top: 0px;
margin-left: auto;
}
متشکر میشم کمک کنید