Mon, 2004-03-08 17:19
I'm having a problem with my site.
http://dev.overit.com/BApublishing/
In Firefox and Safari, the center content div disappears. Opera displays it the way I would prefer it to, PC IE displays it but has a border on the sides, and Mac IE squishes the width.
I'm using float to line up the three columns. The css is @:
http://dev.overit.com/BApublishing/docs/css/styles.css
Any suggestions would be great. Thanks.
Tue, 2004-03-09 09:20
#1
Disappearing Div?
Hi n00ge,
The problem seems to be with the overflow: hidden; in #content.
If you comment that out or give the div a width the problem disappears.
Hope that helps