Nice to meet you all.
I ' m kinda stuck here with a little misunderstanding with my friends Mozilla and Konqueror:
i have this content div:
div #content {
margin-left:auto;
margin-right:auto;
width:60%;
that correctly displays centered, but i'd like it to behave in a way that reducing the witdth of the page makes the the margins reduce first, and then when they totally disappear makes the div itself reduce gracefully.
i tried different solutions, for example forcing a minimal absolute width, but it clearly makes the div unstrechable. if i omitt the min-width, all the page (both margins and div content) is reducing proportionally.
Is there a way to accomplish the requested behavior?
all hints and suggestions are appriciated.
Thanks,
Luca Ghirotti