trivektor
03-24-2008, 06:31 PM
Hi,
I have a page located at: http://tri.phongnguyen.net/tri/ The content on the left (Who is Tri Vuong, what is he up to blah blah) is contained in a div (id=content) and that div is sitting inside another div (id="main"). Now if I remove the overflow:auto property from main's style, the page will look messed up, it seems like "main" doesn't remember that it is containing another div inside, and that div happens to be longer in length. I looked at other pages on the internet and found that they didn't use the overflow property, but the page still didn't get messed up. Does anyone know how to solve this problem without using the overflow property? I was viewing the page on Firefox 2.0.0.12 btw. Thanks.
I have a page located at: http://tri.phongnguyen.net/tri/ The content on the left (Who is Tri Vuong, what is he up to blah blah) is contained in a div (id=content) and that div is sitting inside another div (id="main"). Now if I remove the overflow:auto property from main's style, the page will look messed up, it seems like "main" doesn't remember that it is containing another div inside, and that div happens to be longer in length. I looked at other pages on the internet and found that they didn't use the overflow property, but the page still didn't get messed up. Does anyone know how to solve this problem without using the overflow property? I was viewing the page on Firefox 2.0.0.12 btw. Thanks.