Is there a way to provide a user with a basic HTML webpage from the same link according to browser type? Specifically, when navigating to www.mysite.com via a desktop browser, the user sees one large web page, but navigating there from a mobile shows a smaller web page.
问问题
52 次
2 回答
0
您可以使用样式表来实现这一点。
屏幕只会显示在桌面上,而掌上电脑只会显示在移动设备上。
http://mobile.smashingmagazine.com/2010/11/03/how-to-build-a-mobile-website/#mobile-stylesheets
于 2013-05-10T13:09:48.740 回答