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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -