1 reply [Last post]
donovanh
Offline
newbie
Last seen: 19 years 41 weeks ago
Joined: 2003-06-20
Posts: 1
Points: 0

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

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 1 week 3 days ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

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.