[jQuery] help converting an expression to jquery

[jQuery] help converting an expression to jquery


I'm trying to purge some expressions from my css, but am finding that in some
cases I still need javascript. Can anyone help me understand how to convert
the following expression into a simple jquery script?
top: expression(offsetParent.scrollTop);
It's currently in the following css rule, used to make a simple scrolling
table in IE:
table.scrollable thead tr {
    position:relative;
    top: expression(offsetParent.scrollTop);
}
Thanks!
rolfsf
--
View this message in context: http://www.nabble.com/help-converting-an-expression-to-jquery-tp15701513s27240p15701513.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.