Problem:
My client wants me to create a web page for my product so that there is no scrolling on the page, be it any browser or window size.
Doubt: Is this possible with CSS and Javascript?
Some early diagnoses: This may be a bit like this or this , but the difference is that I want to resize each element in a specific ratio, and not just adjust the height of the parent DIV.
So, the statement: I need to resize each element (images, divs, text ... all) based on the relationship between (current window size and help window size) . Perhaps Javascript may have a cure for this?
Question: How to do this?
source
share