Quote:
Originally Posted by nekokami
Anyone have any advice about a liquid layout that has fixed width on both of the side columns and allows the center to take up whatever space is left? Needs to work on FF2, FF3, IE6, and IE7.
|
you could try making an outer container div, width 100%. inside that make 1 div floated left (left column), width XXXpx, and same thing floated right. this is off the top of my head and it's been a while since i did a page like that, so i can't remember if there are any particular bugs to look out for. i'd try harder, but it's already past my bedtime.
i will give you these really useful ressources before i go take my shower and crawl into bed though :
http://www.glish.com/css/
http://www.positioniseverything.net/
http://www.pixy.cz/blogg/clanky/css-3col-layout/
that last one might be just the ticket for you.