Here is aspx code for one div
In order to move all controls within div up to 20px, I have to move them one by one.
Is there any easy way to do it?
<div id="FSP10" style="border: 1px solid white; z-index: 1; left: 20px; position: absolute;
top: 2048px; width: 860px; height: 141px;">
<asp:Label ID="Label58" runat="server" Style="z-index: 1; left: 7px; top: 25px; position: absolute;
width: 181px; height: 101px; text-align: left;" Text="<strong>Physical Activity Counseling</strong></br>@@@"
BorderColor="White" BorderStyle="Solid" BorderWidth="1px"></asp:Label>
<asp:DropDownList ID="DropDownList31" runat="server" Style="z-index: 1; left: 611px;
top: 46px; position: absolute; width: 242px; height: 16px;">
</asp:DropDownList>
<asp:DropDownList ID=&quo ...
Go to the complete details ...