如何使组合框选择类似于移动设备?
我需要在 IE 上提供类似于移动设备的用户界面, 当用户单击组合框时,它应该冻结背景灰色并以大字体显示选择项目 - 一旦用户选择项目,他/她就可以返回页面。
我希望它在 IE 中 - 最终用户将使用触摸屏显示器来浏览门户。
I need to give user interface similar to mobile device on IE,
when user clicks on combobox it should freeze the background gray and show the selection items in large fonts - once user selects item, he/she can go back to the page.
I want it in IE - end users are gonna use touch screen monitor for browsing the portal.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要考虑使用像 jQuery Mobile 这样的库 - 您将能够快速入门并且避免必须处理浏览器特定的问题。查看自定义菜单演示页面。
You might want to consider using a library like jQuery Mobile - you'll be able to get started quickly and you'll avoid having to deal with browser specific issues. Take a look at the custom menus on the demo page.