css - Resize XHTML with window -


i've done in past, forgot how it.

how can set "master" container in css/xhtml , have website resize browser window when resized?

for example, if have "master" container div of 500px 500px , user resizes browser window, how can container resize it?

thanks.

simply use max-height , max-width instead of height , width.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -