Click to See Complete Forum and Search --> : fluid layout with float:left divs and max-width menu


walidaly
12-27-2005, 08:49 PM
hi
I'm trying to make a tableless liquid layout which I found best achieved with the float : left divs, but the left menu is having a max-width so at a certain width the left menu will stop expanding leaving a blank space on the right side of the page.Do you think I better use one table for this layout?

please download the attached file for the complete code

toicontien
12-29-2005, 11:58 AM
I take it you want to use percentages to specify column widths? If that's the case, check out Creating Liquid Layouts with Negative Margins (http://www.alistapart.com/articles/negativemargins/).

walidaly
12-29-2005, 01:10 PM
NO..I've already done the liquid layout
I need to remove the blank space which appears due to have a max-width on my menu

walidaly
01-03-2006, 12:56 AM
can anybody help with that one?