I use overflow:hidden; but it is not stretch...=(
This is an example: http://jsfiddle.net/9NNYN/
I use overflow:hidden; but it is not stretch...=(
This is an example: http://jsfiddle.net/9NNYN/
I don't think overflow:hidden
does what you think it does. :) If you want to make the parent width equal to the child width, check out this answer.