I set up an AJAX call in ruby. This works in all browsers except IE 7 (amusingly enough, IE 5.5 and 6 render it well)
Is there a way to redraw the div tag that the ajax updates to include the size? Here are a couple of screenshots to illustrate what it is doing.
Jason
Before AJAX call
After AJAX call
As you can see, the height of the page remains the same, while the contents of the div is updated. (since part of the updating involves a filter, the updated content is usually shorter than the original content.)
Is there a way to redraw the div tag that the ajax updates to include the size? Here are a couple of screenshots to illustrate what it is doing.
Jason
Before AJAX call
After AJAX call
As you can see, the height of the page remains the same, while the contents of the div is updated. (since part of the updating involves a filter, the updated content is usually shorter than the original content.)