Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我已经成功地使用了这个: http://developer.yahoo.com/yui/layout/< /a>
它并不像您想象的那样是一个成熟的布局,但它克服了一个常见的设计模式缺陷,当某种垂直菜单放在左侧时,该缺陷会导致 HTML 和 CSS 溢出屏幕。调整大小是一个很大的优点,CSS 重置使 IE 缺陷几乎成为过去。
这是一个半丑陋的示例,说明了它的功能:http://developer. yahoo.com/yui/examples/layout/adv_layout_source.html
与此相关,我对 Jquery Datatables 说得不够多(http://datatables.net/),因为它为普通表格数据带来了功能,例如排序、过滤、分页、显示/隐藏详细信息等。我公司的报告网站立即提升到了一个新的水平,谢谢到数据表和主题滚轮。
I've used this with success: http://developer.yahoo.com/yui/layout/
It's not a full-blown layout like you might expect, but it overcomes a common design pattern flaw that causes HTML and CSS to overrun the screen when some sort of vertical menu is put on the left side. Resizing is a great plus, and the CSS reset makes IE flaws virtually a thing of the past.
Here's a semi-ugly example of what it can do: http://developer.yahoo.com/yui/examples/layout/adv_layout_source.html
Related to this, I can't say enough about Jquery Datatables (http://datatables.net/) for the functionality it brings to plain tabular data such as sorting, filtering, paging, show/hide detail, etc. My company's report site immediately moved to a new level thanks to datatables and themeroller.