Fri, 2003-06-20 09:19
Hi,
I have built a site using css for positioning, and in IE the main content box stretches fine to incorporate the content. However in Netscape 7 the content, whether its paragraph text or contained div's, runs over the edge.
The page in question:
http://www.donovanhutchinson.com/portfolio.html
Any suggestions much appreciated. I hope its ok to post url's here.
Thanks,
Don
Fri, 2003-06-20 10:37
#1
Content overflowing the div in Netscape
Hi Donovanh,
If you want the surrounding div to stretch to the correct size you could set the height to auto in #middle.
If on the other hand, you want to keep the container a fixed height and have the content scroll set overflow to scroll in #middle.
Hope that helps.