hello my friend
I designed an container but all conrers is destroyed.
pleaz help me to solve this problam.
this is my code:
the ascx file:
<div class="containermaster_blue" align="center" dir"rtl">
<div class="TRM" style=" display: inline-table;" align= "center">
<div class="TR" style="float:right;" dir="rtl">
</div>
<div class="action1">
<dnn:ACTIONS runat="server" ID="dnnACTIONS" />
</div>
<div >
<dnn:ICON runat="server" ID="dnnICON" />
</div>
<div class="caption1" dir="rtl">
<dnn:TITLE runat="server" ID="dnnTITLE" />
</div>
<div class="TL" style="width: 10px; float:left; position:relative;">
</div>
<div class="TLM" align="left" >
<dnn:ACTIONBUTTON5 runat="server" ID="ACTIONBUTTON1" CommandName="ModuleHelp.Action"
DisplayIcon="True" DisplayLink="False" />
<dnn:VISIBILITY runat="server" ID="VISIBILITY1" />
</div>
</div>
<div >
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="ML" valign="top" style="width: 10px" align="left">
<img src="<%= SkinPath %>spacer.gif" width="10" height="1" alt="">
</td>
<td class="containerrow2_blue" id="ContentPane" runat="server" align="center">
</td>
<td class="MR" valign="top" style="width: 19px" align="right">
<img src="<%= SkinPath %>spacer.gif" width="19" height="1" alt="">
</td>
</tr>
</table>
</div>
<div class="BM" align= "center">
<div class="BL">
</div>
<div class="BR">
</div>
</div>
///////////////////////////////////
the css file:
.containermaster_blue
{
margin:0px; padding:0px; border:0px;
width: 100%;
background-color: transparent;
border-right: #FFFFFF 1px solid;
border-top: #FFFFFF 0px solid;
border-left: #FFFFFF 1px solid;
border-bottom: #FFFFFF 0px solid;
}
.TR
{
background-image: url(CornerTRight.gif);
background-repeat: no-repeat;
height: 29px;
width: 30px;
}
.action1
{background-repeat: no-repeat;
width:10%;
float: right;
padding:6px 0px 0px 0px;
}
.caption1
{
padding:6px 0 0 0; width:100px; float:right;
}
.TL
{
background-image: url(CornerTLeft.gif);
background-repeat: no-repeat;
height: 29px;
width: 10px;
}
.TLM
{
background-image: url(CornerTLMiddle.gif);
height: 29px;
width: 110px;
text-align : left;
float:left;
}
.TRM
{
background-image: url(CornerTRMiddle.gif);
height: 29px;
width: inherit;
}
.MR
{
background-image: url(MiddleRight.gif);
height: 1px;
width: 19px;
}
.ML
{
background-image: url(MiddleLeft.gif);
height: 1px;
width: 10px;
}
.BR
{
background-image: url(BottomRight.gif);
background-repeat: no-repeat;
height: 30px;
width: 30px;
float:right;
padding:0px;
margin:0px;
border:0;
}
.BL
{
background-image: url(BottomLeft.gif);
background-repeat: no-repeat;
height: 10px;
width: 10px;
float:left;
padding:0px;
margin:0px;
border:0;
position:relative;
display:inline-table;
}
.BM
{
/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0, FinishOpacity=100, Style=3);*/
/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F6FCE6', endColorStr='#A0BB54', gradientType='1');*/
background-image: url(BottomMiddle.gif);
background-repeat:repeat-x;
height : 10px;
width: auto;
}
/////////////////////////////// and this is the pic of my container with errors:
or: http://www.daniweb.com/forums/attachment.php?attachmentid=8690&stc=1&d=1230533140
////////////////////////
thanks