c# - ASP.Net intelligent scaling page based on page content -


like iphone safari browser or firefox (ctrl + scrolling), need intelligent scaling not divs font-size , images scaled based on viewable area of screen.

i need implement in asp.net. suggestion?

regards thant zin

it's not server side thing, presentation layer thing. need @ using relative measurement sizes in css applying appropriate scaling. i.e, using percentages or ems, instead of pixels.

one thing can on server side browser-sniffing. find out user agent user using, , push down page can apply appropriate stylesheet appropriate.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -