zareei_ta
دوشنبه 10 مرداد 1390, 14:37 عصر
من با کد زیر حاشیه برای body قرار دادم اما در زمان اجرا فقط یک خط در بالای صفحه نمایش می دهد.
<body dir="rtl" style="font-family:Tahoma;border:solid 1px #C0C0C0">
<form id="form1" runat="server">
<div id="PgeDiv" style="position:absolute; width:900px; height:800px; margin:0 auto">
<div id="jobsTitle" style="position:absolute;right:0px">
<span style="position:absolute;top:15px;color:#6E89B7; right:35px; width: 110px;">لیست مشاغل</span>
<ComponentArt:TreeView ID="TreeView1" runat="server" Height="300px" Width="200px" KeyboardEnabled="False" style="position:absolute;top:50px">
<Nodes>
<ComponentArt:TreeViewNode ID="TreeViewNode1" runat="server" Text="خدمات">
</ComponentArt:TreeViewNode>
</Nodes>
</ComponentArt:TreeView>
</div>
</div>
</form>
</body>
<body dir="rtl" style="font-family:Tahoma;border:solid 1px #C0C0C0">
<form id="form1" runat="server">
<div id="PgeDiv" style="position:absolute; width:900px; height:800px; margin:0 auto">
<div id="jobsTitle" style="position:absolute;right:0px">
<span style="position:absolute;top:15px;color:#6E89B7; right:35px; width: 110px;">لیست مشاغل</span>
<ComponentArt:TreeView ID="TreeView1" runat="server" Height="300px" Width="200px" KeyboardEnabled="False" style="position:absolute;top:50px">
<Nodes>
<ComponentArt:TreeViewNode ID="TreeViewNode1" runat="server" Text="خدمات">
</ComponentArt:TreeViewNode>
</Nodes>
</ComponentArt:TreeView>
</div>
</div>
</form>
</body>