No time recently. paste the source code directly. Very simple. I believe everyone can understand it. If you have any requirements, please reply. Thank you.
The source code is as follows:
<MCE: style> <! -- A {color: #000; text-Decoration: none ;}. IMG {border: 0px ;}. black_overlay {display: none; position: fixed; top: 0%; left: 0%; width: 100%; Height: 100%; Background-color: black; Z-index: 1001; -Moz-opacity: 0.8; opacity :. 80; filter: alpha (opacity = 80 );}. white_content {display: none; position: fixed; top: 15%; left: 25%; width: 632px; Height: 445px; Border: 16px solid # FFF; border-bottom: none; background-color: White; Z-index: 1002; overflow: auto ;}. stdtextbox {font-family: verdana; font-size: 9pt; Border: solid 1px black; filter: progid: DXImageTransform. microsoft. dropshadow (offx = 2, offy = 2, color = 'Gray ', positive = 'false ');}. BTN {border-Right: # 7b9ebd 1px solid; padding-Right: 2px; border-top: # 7b9ebd 1px solid; padding-left: 2px; font-size: 12px; filter: progid: DXImageTransform. microsoft. gradient (gradienttype = 0, startcolorstr = # ffffff, endcolorstr = # cecfde); border-left: # 7b9ebd 1px solid; cursor: hand; color: black; padding-top: 2px; border-bottom: # 7b9ebd 1px solid;} --> </MCE: style> <style mce_bogus = "1"> A {color: #000; text-Decoration: none ;}. IMG {border: 0px ;}. black_overlay {display: none; position: fixed; top: 0%; left: 0%; width: 100%; Height: 100%; Background-color: black; Z-index: 1001; -Moz-opacity: 0.8; opacity :. 80; filter: alpha (opacity = 80 );}. white_content {display: none; position: fixed; top: 15%; left: 25%; width: 632px; Height: 445px; Border: 16px solid # FFF; border-bottom: none; background-color: White; Z-index: 1002; overflow: auto ;}. stdtextbox {font-family: verdana; font-size: 9pt; Border: solid 1px black; filter: progid: DXImageTransform. microsoft. dropshadow (offx = 2, offy = 2, color = 'Gray ', positive = 'false ');}. BTN {border-Right: # 7b9ebd 1px solid; padding-Right: 2px; border-top: # 7b9ebd 1px solid; padding-left: 2px; font-size: 12px; filter: progid: DXImageTransform. microsoft. gradient (gradienttype = 0, startcolorstr = # ffffff, endcolorstr = # cecfde); border-left: # 7b9ebd 1px solid; cursor: hand; color: black; padding-top: 2px; border-bottom: # 7b9ebd 1px solid;} </style> <body> <Div id = "light" class = "white_content"> <Div style = "text-align: right; margin-Right: 10px "mce_style =" text-align: Right; margin-Right: 10px "> <a href =" javascript: void (0) "mce_href =" javascript: void (0) "style =" text-align: right; "mce_style =" text-align: right; "onclick =" document. getelementbyid ('light '). style. display = 'none'; document. getelementbyid ('fade '). style. display = 'none' "> </a> </div> <HR style =" color: black; "mce_style =" color: black; "/> <br/> <div> <Table Style =" border-collapse: collapse "mce_style =" border-collapse: collapse "width =" 100% "bordercolor =" #000000 "cellspacing =" 0 "align =" Left "bgcolor =" # ffffff "border =" 1 "> <tbody> <tr> <TD Height = "40" style = "width: 10% "> <Div align =" center "style =" font-size: 12px; "mce_style =" font-size: 12px; "> User Name: </div> </TD> <TD Height = "40" style = "width: 50%"> <Div align = "center"> <asp: textbox cssclass = "stdtextbox" id = "txtusername" width = "380px" runat = "server"> </ASP: textbox> </div> </TD> <TD Height = "40" rowspan = "2" style = "width: 30% "> <Div align =" center "style =" vertical-align: middle; "mce_style =" vertical-align: middle; "> <asp: image id = "imgplace" runat = "server" width = "380px" Height = "260px"/> </div> </TD> </tr> <TD height = "40"> <Div align = "center" style = "font-size: 12px; "mce_style =" font-size: 12px; "> description: </div> </TD> <TD Height = "40"> <Div align = "center"> <asp: textbox textmode = "multiline" cssclass = "stdtextbox" id = "txtdesc" runat = "server" Height = "130px"> </ASP: textbox> </div> </TD> </tr> <TD colspan = "3"> <Div align = "center" style = "font-size: 12px; "mce_style =" font-size: 12px; "> <asp: button cssclass = "BTN" id = "btnapply" runat = "server" text = "register" onclick = "btnapply_click"/> <asp: button cssclass = "BTN" id = "btnclose" runat = "server" text = "cancel" onclientclick = "document. getelementbyid ('light '). style. display = 'none'; document. getelementbyid ('fade '). style. display = 'none' "/> </div> </TD> </tr> </tbody> </table> </div> <Div id = "Fade" class = "black_overlay"> </div> </body>
: