Click here to Skip to main content
15,891,785 members

Comments by onpavan (Top 2 by date)

onpavan 9-Aug-11 8:34am View    
my gridview header is fixd in ie8 but same script not wrok in firefox
.FrozenHeader
{
background-color:Gray;
position: relative;
cursor: default;
top:auto;
z-index: 10;
top:expression(this.parentNode.parentNode.parentNode.scrollTop-1);

}

any solution for firefox
onpavan 4-Aug-11 7:19am View    
thanks for giving