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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

jQuery Ajax Render Fragments OR Whole Page -

java - Why is BlockingQueue.take() not releasing the thread? -