我想弄清楚为什么Kelvin Luck的JScrollPanel不适合我。滚动条显示,但是没有显示溢出项目。您可以通过http://glassyan.glassyan.com/
查看我的页面并了解我的意思它只显示6个项目,即使有10个项目。滚动条显示,但它不让我滚动。我只能看到6件物品。谁知道我做错了什么?
答案 0 :(得分:1)
在TimeClock.css中,删除高度:100%;在第10行:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
height: 100%;
}
此行使您的滚动条占用所有可用空间,并中断脚本。
要修复页脚,请添加:
html {
height: 100%;
}
答案 1 :(得分:0)
给班级.login_page .center