CSS Overflow Problem
Posted: 19 March 2006 05:55 AM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2006-03-19

Hi,

  I’ve been trying to use CSS for my layouts for some time now, but there have always been issues with my code. My latest project at:  http://digitalparadox.org/home.ah    is having a problem.

In IE…rendering is exactly how I want it, but in Firefox, the container does not expand as the inside div grows and thus overflows.

Is there any way to fix this?

Any help would be greatly appreciated.

Thanks,
J

Profile
 
 
Posted: 20 March 2006 08:18 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  2
Joined  2006-03-19

nvm, problem solved

.clear { clear: both; }

Profile