OK. The site is now up in the URL
http://test543.htmlplanet.com/Move/move3.html
Hope this is worth it 8-).
Bryan
----- Original Problem Description -----
I have this page that has layout like the following:
(no frameset)
----------------------------------------
| header |
|--------------------------------------|
| div1 | div2 |
| | |
|-------------------| |
| div3 | |
| | |
| |------------------|
| | div4 |
| | |
| | |
| | |
| | |
----------------------------------------
The page has to use all the browser space, without
having scrollbar in the outer page, if possible.
Also, Since I need to hide div2 and div3 in some
situation, I implemented it with 4 floating div.
Everything works fine in IE6. However, in Mozilla
(1.7.3), somehow the div1 and div3 overlapped.
You can see this by loading the source below into
Mozilla. I wonder if this is a bug in the Mozilla?
Also, does anyone has a solution that can be applied
to both IE6 and Mozilla?
Bryan