Hi,
I tried all possible solutions from different forums to fix the problem but none were concrete. The problem is as follows:
I have a window with two major sections, one for main contents (98% of area) and second for Footer Bar (2% of area) indicating the status of the operation. This window is opened as a new window with menu, status, scrolling bars set to off.
The problem is, when I resize the window, because the scrolling is set to off, the bottom contents of the page cannot be viewed.
I would like to have a scrollbar to appear dynamically and the Footer bar to remain constant at the bottom of the window. If the page contents load of data then the content of the page should go behind the Footer making footer steady at fixed location.
I tried, all possible methods to use <div> with width, height and scrolling set to auto, but nothing seems to be working.
Also, it seems to be working with frames (by create two row frameset), but I am not keen on using frames because the project is in final stage, and adding frames may create more problems in accessing elements on pages.
If you have any other solution for this, please let me know.
Thanks in advance.