Greetings,
We're using Ver 8. I'm trying to do something simple, but am perplexed as to how to achieve it. I have a canvas that I've put a few other ISC objects into. This canvas is to be the footer of every page.
The problem is that most pages have a large number isc objects (section stacks for example) that are doing ajax data calls and expanding as the data arrives. Therefore, I have no idea how to set the top coordinate for the footer canvas, since the page is constantly expanding as data comes back.
I thought perhaps I could experiment with canvas.getOffsetY(), but I keep getting 'NaN' when I do an alert on the result.
How is positioning an element at the bottom of a screen commonly achieved when using an ajax framework?
Thanks,
S
We're using Ver 8. I'm trying to do something simple, but am perplexed as to how to achieve it. I have a canvas that I've put a few other ISC objects into. This canvas is to be the footer of every page.
The problem is that most pages have a large number isc objects (section stacks for example) that are doing ajax data calls and expanding as the data arrives. Therefore, I have no idea how to set the top coordinate for the footer canvas, since the page is constantly expanding as data comes back.
I thought perhaps I could experiment with canvas.getOffsetY(), but I keep getting 'NaN' when I do an alert on the result.
How is positioning an element at the bottom of a screen commonly achieved when using an ajax framework?
Thanks,
S
Comment