
نوشته شده توسط
emad_67
کدت رو بزار اینجا
HTML
<div style="height: 100%;width: 100%;">
<div id="MenuCell">
<iframe name="Menu_Frame" src="2" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes"></iframe>
</div>
<div id="SplitBar">
<div class="SplitBar">
</div>
</div>
<div id="WorkCell">
<iframe name="Work_Frame" src="1" height="100%" width="100%" frameborder="0" marginwidth="0" marginheight="0"></iframe>
</div>
</div>
CSS
#MenuCell
{
float: right;
height: 100%;
width: 200px;
}
#SplitBar
{
background-image: url('../../Images/Main/SplitBar.png');
background-position: right top;
background-repeat: repeat-y;
float: right;
height: 100%;
width: 9px;
}
#WorkCell
{
height: 100%;
}