Yo!
Just found this mail group, if I'm in the wrong place just flame on ;)
Hm.. tried to post but it never showed up... hope it doesn't end up in
"double post"

To the business.
So I got a page with this structure:

<body>
<div id="container">
        <table id="dalist">
        </table>
</div>
</body>

Im just fetching a list of items with xml and inserting them as rows
in the table. And the reason I use ajax is that I want some smooth
paging to the list.

My problem is that if a user change "list page" then the browser
window will jump up as I delete all rows in the table (the page gets
shorter). Do anyone know any good tricks to get around this type of
practical problem?

My own solution was to get the height of the div after inputing the
first page and then set it to that height with css. But then I get
problem if a row is taller (cause of the content) and then "breaks"
the div.

Thanks in advance!
Cheers Loa

Reply via email to