[jQuery] help using dimensions plugin to replace an expression
I'm trying to purge some expressions from my css. There's one expression that
seems to use similar functions as the dimensions plugin. Can anyone help me
understand how to convert the following expression into a simple jquery
script with dimensions.js? I don't fully understand these javascript
functions
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,
rolf
--
View this message in context: http://www.nabble.com/help-using-dimensions-plugin-to-replace-an-expression-tp15717662s27240p15717662.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.