页面滑到底端弹出提示表单

阅读更多

页面滑到底端弹出提示表单_第1张图片

 

Some paragraph text

More in Technology & Science (4 of 23 articles)

The Social Impact of Scientific Research and new Technologies

Read More »

 

#slidebox{
    width:400px;
    height:100px;
    padding:10px;
    background-color:#fff;
    border-top:3px solid #E28409;
    position:fixed;
    bottom:0px;
    right:-430px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
}
#slidebox p, a.more{
     font-size : 11px ;
     text-transform : uppercase ;
     font-family : Arial , Helvetica , sans-serif ;
     letter-spacing : 1px ;
     color : #555 ;
}
a.more{
     cursor : pointer ;
     color : #E28409 ;
}
a.more:hover{
     text-decoration : underline ;
}
#slidebox h 2 {
     color : #E28409 ;
     font-size : 18px ;
     margin : 10px 20px 10px 0px ;
}
 
  
a.close{
     background : transparent url (../images/close.gif) no-repeat top left ;
     width : 13px ;
     height : 13px ;
     position : absolute ;
     cursor : pointer ;
     top : 10px ;
     right : 10px ;
}
a.close:hover{
     background-position : 0px -13px ;
}

 

 

  • 页面滑到底端弹出提示表单_第2张图片
  • 大小: 37.9 KB
  • EndPageSlideOutBox.zip (59.3 KB)
  • 下载次数: 151
  • 查看图片附件

你可能感兴趣的:(html,css,jquery,js,web)