首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jQuery书签成效 - 2

2012-11-10 
jQuery书签效果 - 2style/** style支持ie、火狐 **/body{font-size: 12pxtext-align:centermargin:0 au

jQuery书签效果 - 2

<style>  /** style支持ie、火狐 **/  body  {    font-size: 12px;    text-align:center;    margin:0 auto;    /** font-family:simhei; **/  }  #bkcontent  {    width:805px;    text-align:center;    margin:0 auto;  }  .bookmarkgap  {    width:160px;    height:120px;    float: left;  }  .bookmark  {    border:1px solid #ffffff;    width:120px;    height:120px;  }  .booktitle  {    width:100%;    height:20px;    line-height:20px;    text-align:left;    /** background:url('titlebg.png'); **/  }  .bookimg  {    border:1px solid #81c5ff;    width:106px;    height:80px;    cursor:pointer;  }  .bookleg  {    width:110px;    height:20px;    text-align:right;    /** 隐藏 **/     visibility:hidden;   }  .bookmarkinfo  {    float: left;    border: 1px solid #f3fc00;    position:absolute;    background:#ffffef;    visibility:hidden;    text-align:left;  }  .tools  {    cursor:pointer;  }  .favicon  {    width:16px;    height:16px;  }</style>

热点排行