Re: [css] 2 Column Layout
Nevermind, I fixed it.
Seems as if my footer code was causing it not to work, adding a clear: left; to footer css code made it all work dandy.
Thanks :0
EDIT: Well that was one problem fixed, now it expands correctly in IE and in Firefox if the left content area is expanded, but if the right column is longer than the left, the left won't expand to fit the right...interesting.
EDIT2: Fixed...lol.... changed clear:left to clear: both;
Sorry I'm a bit new to CSS.
Last edited by sryinex : 06-18-2007 at 07:32 PM.