Is there a way to lock an asp.net gridview header(when scrolling down) without wrapping it in a div and using the CSS expression technique similar to that below? My company wants to move to IE9 (without running compatability mode) and I know this technique no longer works:\[code\]top: expression(this.parentElement.parentElement.parentElement.parentElement.parentElement.scrollTop-2);\[/code\]