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
Post a Comment