JQUERY代码:
首頁 > web前端 > js教程 > 主體

JQUERY實作左側TIPS滑進滑出效果範例_jquery

WBOY
發布: 2016-05-16 17:31:08
原創
1189 人瀏覽過

左側提示滑進滑出平滑效果,各位童鞋如果遇到類似效果可以應用:
JQUERY實作左側TIPS滑進滑出效果範例_jquery 
JQUERY代碼:

複製代碼 程式碼如下:

//左側浮動
$(".reading").hover( function(){
$(this). animate({left:"50"});
$(".read").animate({left:"0"},600);
});
$(".read_close" ).click( function(){
$(".read").animate({left:"-287"},600);
$(".reading").animate({left:" 0"},800);
});

HTML:
複製代碼代碼如下:



JQUERY實作左側TIPS滑進滑出效果範例_jquery


JQUERY實作左側TIPS滑進滑出效果範例_jquery

您可以訂閱生意街商機話題,您會透過郵箱收到欄位最新內容。


JQUERY實作左側TIPS滑進滑出效果範例_jquery




CSS:
複製代碼 程式碼如下:

.reading{position:fixed;left:0px;bottom:30px;cursor:pointer;width:25px;height:75px;
_position:absolute; //相容於IE6
_top:expression(eval(document.documentElement.scrollTop document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parsetyInt(this.currentStyle.marginTop,10)||0)-(parsetyInt(this.currentStyle. .marginBottom,30)||0)));
//相容IE6,距離底部30
登入後複製
}.read{ border:1px solid #d0d0d0;width:285px; height:100px; -moz-box-shadow:0px 1px 2px #ccc; -webkit-box-shadow:0px 1px 2px #ccc; box-shadow:0px 1px 2px #ccc;/////ffff; position:fixed;left:-287px;bottom:30px;z-index:10;_position:absolute;_top:expression(eval(document.documentElement.scrollTop document.documentElement.clientHeight-this.offsetHeightthis(curseInt. .marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,30)||0)));}.read
p{font-size:14px;line-height:22px;padding: 15px 0 0 16px;width:240px;}.read p.read_btn{text-align:right;padding-top:5px}.read_close{float:right;padding:2px;cursor:pointer;}

{float:right;padding:2px;cursor:pointer;}


登入後複製









相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板