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>