Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我对分页按钮保持在同一个地方(在底部)的方式有一些问题,即使最后一页只有 2 个条目
http://srikanthrajan.com/test-table/tablesorter.html
我可以做些什么,以便分页按钮根据条目数移动到顶部吗?
目前它在css中定位为“绝对”,尝试将其更改为相对
而不是顶部:280px;位置:绝对;把这些写成风格:clear:left;向左飘浮;
并且不要忘记将桌子也向左浮动,希望这会有所帮助!