문제

I'm developing a site that needs to display nicely on a Windows Mobile device. For some reason, a standard <div> on a page always scrolls out to view the entire page, despite the contents being in the top left corner. Is there a way to have the screen zoom to a particular portion of the page automatically?

도움이 되었습니까?

해결책

Have you tried to set the width and height atributes of the div element? Something like: <div style="width:250px; height: 250px;">Content</div>

P.S.: IMO a responsive design would be the best option.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top