c# - ASP.NET for Windows Mobile Screen Size -


i'm developing site needs display nicely on windows mobile device. reason, standard <div> on page scrolls out view entire page, despite contents being in top left corner. there way have screen zoom particular portion of page automatically?

have tried set width , height atributes of div element? like: <div style="width:250px; height: 250px;">content</div>

p.s.: imo responsive design best option.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -