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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -