I have layout as follows.
Height of resizeable element is to kept such as it will cover entire browser height.
Few points
- Layout should work with browser resize.
- Top elements and Bottom elements are optional i.e. some pages may include them.
- Using Ajax to load content, which can come at Top elements or Bottom elements
- header, footer and LeftSide will not change once page is loaded.
- minimum height is 100px
- Layout should work with IE 6 :(
I have started writing script based browser resize event. But could not come to suitable logic. Also resize element does not cover event if new content is added in Top elements or Bottom elements
I tried searching for layout plug-in, but it was bit overkill for me.
if not solution, suggestion will help. Thank you.