hai all,
i am using asp.net, on first time loading of a page the style is correctly applied for the div but on postback only font style is not applied. i dont know y?
[HTML]<div id="divEmpSearchs" class="popup_scr" style="overflow : auto; width: 150px; position: absolute">
</div>[/HTML]
style:
------
[HTML] .popup_scr
{
visibility:hidden;
border-left:2px solid #000000;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:5px solid #000000;
background-color:#EBEBEB;
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#787878;
height:100px;
}[/HTML]
plz help me.
thank you