【发布时间】:2015-01-08 11:21:21
【问题描述】:
我正在编写一个需要使用进度条的 MVC 5 视图,但我不确定执行此操作的最佳方式。我想在以下资源中使用 Bootstrap 3 进度条:http://getbootstrap.com/components/#progress
在资源页面有如下信息:
Cross-browser compatibility
Progress bars use CSS3 transitions and animations to achieve some of their effects. These features are not supported in Internet Explorer 9 and below or older versions of Firefox. Opera 12 does not support animations.
我的问题是:我应该使用适用于所有浏览器的不同进度条,还是说应该使用 Bootstrap 3 进度条?
提前致谢。
【问题讨论】:
-
进度条不太漂亮,但在不支持这些功能的浏览器中仍然可以接受。
标签: twitter-bootstrap-3 asp.net-mvc-5 progress-bar browser-support