| Re[3]: Resizing ¶ | |
| unfortunately, doesn't work for me. still has problems - get a blue bordered box with lots of white space and the rest of document doesn't change size (aqua theme). :( p | |
| Re[4]: Resizing ¶ | |
| Here is another snippet that works for IE and NS/Mozilla. Create an additional function: It is important to place the call snippet inside the init() function, else the page will recursively reload. function init() { Tested on IE/NS/Mozilla ... seems to work dRB | |
| last |
| Re[5]: Resizing ¶ | |
| Ok. A bit of testing, and the previous two temp fixes fail. But, this next quik n dirty fix seems to be standing the tests, so here is the code: [1.] create function as follows: function fixTabbar(){ [2.] capture onresize event, after page fully loads, as follows: This seems to work the best. The logic is to simply redisplay an already displayed tabbar (which seems to fix the tabbar display issues when a document is resized) Hope this helps. dRB | |
| last |














