Page is a not externally linkable
jetteroheller - 7:59 pm on Dec 15, 2011 (gmt 0)
I find it complete sensless to design for screens smaller
480x320, the lowest res used at Android cell phones.
My web site shows good ad Android cell phones.
Only problem, scroll bars. They are not available at the standard Android browsers.
The sort of scoll created by
<div style=left:20;top:20;width:900;height:400;overflow:auto>
Here goes a text much higher than 400
</div>
Any strategies to deal with this problem?