alain
01-24-2009, 01:30 PM
Hi,
i have a div with 20px as height.
in this div i have several divs which act like column headers.
when all divs (column headers) have a total width more than their parent div, the parent div increase its height and store as 2nd row the other divs.
what i would like it's to display all children divs in 1 single row and if their total width is larger than their parent div, they should not be displayed...
how can i do that ?
i tried overflow : hidden as CSS property for all children divs but without success. (see screenshot)
thx.
i have a div with 20px as height.
in this div i have several divs which act like column headers.
when all divs (column headers) have a total width more than their parent div, the parent div increase its height and store as 2nd row the other divs.
what i would like it's to display all children divs in 1 single row and if their total width is larger than their parent div, they should not be displayed...
how can i do that ?
i tried overflow : hidden as CSS property for all children divs but without success. (see screenshot)
thx.