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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -