What is the best way to ensure that an application scales to fit the browser
window. eg if I design an application in 1280x1024 how can I get it to scale to
fit 800x600 or 1024x768. I have looked at using scaleX and scaleY but cant get
it to work properly and also scaleMode=showAll and same result. I am trying
using percentages etc for the layout but this seems a bit tedious so if there
was another better way I would like to know. Any examples?