Re: [jQuery] dimensions.js lesson needed

2007-02-23 Thread rolfsf
Thanks Andreas - looks like a cool system, and I'll definitely play with it But, I still don't see how I'm going to get both the left and right columns to autoscroll independently in a 100% width (flexible) container. I had to set that problem aside for a couple days, but I'll get back to it. Than

Re: [jQuery] dimensions.js lesson needed

2007-02-23 Thread Andreas Wahlin
http://layout.constantology.com/ seems to build off of yui, I haven't invested a lot of time comparing them, but the little time i put in says to me that ___layouts fits me better :) andreas On Feb 21, 2007, at 22:11 , rolfsf wrote: > > Thanks Brandon, I'll look through the YUI grids... > Wh

Re: [jQuery] dimensions.js lesson needed

2007-02-21 Thread rolfsf
Thanks Brandon, I'll look through the YUI grids... While much of it can be done with css, I just don't see how I can get the autoscroll to function properly unless I've set a fixed height and width, which I can't think of how to do accurately with css on a flexible height and width page. But... I'

Re: [jQuery] dimensions.js lesson needed

2007-02-21 Thread Brandon Aaron
I believe you are better off letting CSS deal with this. The performance of the CSS is going to greatly outweigh the JavaScript in this scenario. You should check out the YUI Grids CSS [1], maybe it can help you get what you need without too much overhead. [1]: http://developer.yahoo.com/yui/grids

[jQuery] dimensions.js lesson needed

2007-02-21 Thread rolfsf
I've got a basic layout that looks like this: All divs are flexible in height and width depending on the viewport, except #leftPane, which has a fixed width. I want to set: #container width to be equal to viewport width #container height to be equal to (viewport height - #to