jsp中如何手动添加滚动条 也就是 写个纯JS的滚动条或者更好的方法实现
2个回答
展开全部
<script language="javascript">
$(function(){
$("#all").css({"height":"auto","width":"100%","overflow":"hidden","float":"left"});//追加样式
if($(document).height() > $(window).height()){
$("#all").css({"height":$(window).height()-35,"width":"100%","overflow":"auto","float":"left"段埋念});//追加样式
}
$(window).resize(function(){
$("#all").css({"height":"auto","width":"100%","overflow":"auto","float":"left"});//追加样式
if( $("#all").height() >= $(window).height()-35() ){
$("#all").css({"height":$(window).height()-35,"width":"100%","overflow"握困:"auto","float":"left"});//追加样式
}else{
$("#all"液裤).css({"height":$(window).height()-35,"width":"100%","overflow":"hidden","float":"left"});//追加样式
}
});
}); 将要添加滚动条的部分用<DIV ID="all" ></div> 包含进来
</script>
$(function(){
$("#all").css({"height":"auto","width":"100%","overflow":"hidden","float":"left"});//追加样式
if($(document).height() > $(window).height()){
$("#all").css({"height":$(window).height()-35,"width":"100%","overflow":"auto","float":"left"段埋念});//追加样式
}
$(window).resize(function(){
$("#all").css({"height":"auto","width":"100%","overflow":"auto","float":"left"});//追加样式
if( $("#all").height() >= $(window).height()-35() ){
$("#all").css({"height":$(window).height()-35,"width":"100%","overflow"握困:"auto","float":"left"});//追加样式
}else{
$("#all"液裤).css({"height":$(window).height()-35,"width":"100%","overflow":"hidden","float":"left"});//追加样式
}
});
}); 将要添加滚动条的部分用<DIV ID="all" ></div> 包含进来
</script>
2015-12-19 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
jsp中滚动条是通羡岩过js来控制的。
JS控制滚动条的位置山镇:
window.scrollTo(x,y);
竖向滚动条置顶(window.scrollTo(0,0);
竖向滚动条置底 window.scrollTo(0,document.body.scrollHeight)
JS控制TextArea滚动条自动滚动到兄唯御最下部
document.getElementByIdx_x('textarea').scrollTop = document.getElementByIdx_x('textarea').scrollHeight
JS控制滚动条的位置山镇:
window.scrollTo(x,y);
竖向滚动条置顶(window.scrollTo(0,0);
竖向滚动条置底 window.scrollTo(0,document.body.scrollHeight)
JS控制TextArea滚动条自动滚动到兄唯御最下部
document.getElementByIdx_x('textarea').scrollTop = document.getElementByIdx_x('textarea').scrollHeight
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询