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

objective c - Newbie question -multiple parameters -

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -