Forum Moderators: open
Thankful if someone can help me
I have created html page with 3 div position absolute, in IE it works as it should that if the user resize the browser the page and its div`s resized accordingly.
In Netscape there is something I can not get, try to open the page in Netscape and now resize the browser, now go to the right end of the page (with the bottom scroll) and see that the div`s stays very small not accordingly to the page size.
Here is the link
<edit - no personal or example links>
Thanks...
[edited by: tedster at 1:16 am (utc) on June 5, 2003]
Please let me hear your thoughts.
[edited by: tedster at 2:10 am (utc) on June 7, 2003]
Before we look for a work-around for what certainly might be a new bug, the best step to take is to validate your existing code. Often IE will "forgive" an error in HTML when Netscape will not.
The best place to check is with the W3C, the standards body for the web.
HTML Validator [validator.w3.org]
CSS Validator [jigsaw.w3.org]
If the code is valid and the problem remains, I'd suggest trying BlobFisk's solution which will force the page to reload when there's a resize. That's the way people dealt with the NN4 resize bug.