Posted on: 1/26/2014 7:47:17 AM | Views : 572

I have a ForwardPosting.aspx page. It is a content page under the master page "MasterPages\MasterPage.master".
When its loading, the "MainFields" Div is shown normally. The "MainFields" Div markup code is the part bolded part along with its "MainFieldsDivStyle" CSS styling
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .MainFieldsDivStyle { border-color: Black; width: 75%; border-style: solid; margin-top: 22px; background: rgb(219, 219, 219); background: rgb(219, 219, 219); } .PopUpDivStyle { border-color: Black; width: 50%; border-style: solid; margi ...

Go to the complete details ...