这个主题不错啊不过我在用的时候也出现了问题就是那个bookmark的推荐我觉得有点少,就换成自己的了但是不知道是继承了哪里的css,出现了一些问题我在single.php里面删除了原来的推荐九点的代码换成了如下的-
- <a href="http://myweb.cn.yahoo.com/popadd.html?title=&url=&tag=&summary=" title="Yahoo书签" target="_blank" rel="nofollow">Yahoo书签
- <a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=&title=" title="Google书签" target="_blank" rel="nofollow">Google书签
- <a href="http://cang.baidu.com/do/add?it=&iu=&dc=&fr=ien#nw=1" title="百度搜藏" target="_blank" rel="nofollow">百度搜藏
- <a href="https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url=&title=&top=1" title="Windows Live" target="_blank" rel="nofollow">Windows Live
- <a href="http://my.poco.cn/fav/storeIt.php?t=&u=" title="POCO网摘" target="_blank" rel="nofollow">POCO网摘
- <a href="http://www.facebook.com/share.php?u=&title=" title="FaceBook" target="_blank" rel="nofollow">FaceBook
- <a href="http://www.plaxo.com/?share_link=" title="Plaxo" target="_blank" rel="nofollow">Plaxo
- <a href="http://www.myspace.com/Modules/PostTo/Pages/?u=&t=&l=3&c=" title="MySpace" target="_blank" rel="nofollow">MySpace
- <a href="http://www.xianguo.com/service/submitfav/?link=&title=" title="鲜果" target="_blank" rel="nofollow">鲜果
- <a href="http://www.diglog.com/submit.aspx?act=like&returnurl=true&title=&url=&description=" title="DigLog" target="_blank" rel="nofollow">DigLog
- <a href="http://www.shouker.com/mc/col/post2.aspx?title=&surl=" title="收客网" target="_blank" rel="nofollow">收客网
- <a href="http://digg.com/submit?url=&title=" title="Digg" target="_blank" rel="nofollow">Digg
- <a href="http://www.mixx.com/submit?page_url=" title="Mixx" target="_blank" rel="nofollow">Mixx
- <a href="http://twitter.com/home/?status= via @fearlessz&source=WhoopNetworkBlog" title="Twitter" target="_blank" rel="nofollow">Twitter
- <a href="http://www.plurk.com/m?content=&qualifier=shares" title="Plurk" target="_blank" rel="nofollow">Plurk
- <a href="http://fanfou.com/sharer?u=&t=" title="饭否" target="_blank" rel="nofollow">饭否
- <a href="http://t.sina.com.cn/k/ " title="新浪微博" target="_blank" rel="nofollow">新浪微博
- 同学
-
- <a href="http://shuqian.qq.com/post?title=&uri=" title="QQ书签" target="_blank" rel="nofollow">QQ书签
- <a href="http://del.icio.us/post?url=&title=" title="Del.icio.us" target="_blank" rel="nofollow">Del.icio.us
- <a href="http://www.mister-wong.com/index.php?action=addurl&bm_url=&bm_description=&bm_notice=" title="Mister Wong" target="_blank" rel="nofollow">Mister Wong
- <a href="http://vivi.sina.com.cn/collect/icollect.php?pid=28&title=&url=" title="新浪 vivi" target="_blank" rel="nofollow">新浪 vivi
- <a href="http://www.365key.com/storeit.aspx?t=&h=" title="365key网摘" target="_blank" rel="nofollow">365key网摘
- 开心
- <a href="http://share.renren.com/share/buttonshare.do?link=&title=" title="人人" target="_blank" rel="nofollow">人人
- <a href="http://www.douban.com/recommend/?url=&title=&v=1" title="豆瓣" target="_blank" rel="nofollow">豆瓣
- <a href="http://9.douban.com/recommend/?url=&title=" title="9点" target="_blank" rel="nofollow">9点
- <a href="http://leshou.com/post?act=shou&reuser=&title=&url=&intro=&tags=&tool=1" title="乐收网" target="_blank" rel="nofollow">乐收网
- <a href="http://www.technorati.com/faves?add=" title="Technorati" target="_blank" rel="nofollow">Technorati
- <a href="http://www.stumbleupon.com/submit?url=&title=" title="StumbleUpon" target="_blank" rel="nofollow">StumbleUpon
- <a href="http://www.reddit.com/submit?url=" title="Reddit" target="_blank" rel="nofollow">Reddit
- <a href="http://www.diguff.com/diguShare/bookMark_FF.jsp?&title=&url=" title="嘀咕" target="_blank" rel="nofollow">嘀咕
- <a href="http://zuosa.com/collect/Collect.aspx?u=&t=&s=bjnahan.net" title="做啥" target="_blank" rel="nofollow">做啥
- <a href="http://jiwai.de/wo/share/s?u=&t=" title="叽歪" target="_blank" rel="nofollow">叽歪
- 9911
- 朋友
复制代码 并且在style.css里添加了如下代码- .cpicon{
- font-size: 12px;
- height: 64px;
- width: 576px;
- padding: 0 0 0 29px;
- margin: 25px 0px 5px 0px;
- background: url(http://bjnahan.net/wp-content/themes/nahan/images/collection_participation.jpg) no-repeat;}
- .cpicon ul {
- list-style:none;
- margin: 0px;
- padding:0px;}
- .cpicon li {
- float:left;
- width:24px;
- height: 24px;
- margin: 4px;}
- .cpicon a {
- text-indent: -9999px;
- font-size: 2px;
- display: block;
- width:24px;height: 24px;}
复制代码 如果正常的话,应该是当鼠标位于每个小图标对应的社会化标签的时候,应该会有推荐该社会化书签的js链接.可现在的情况是,二者不对应,也就是说鼠标位于某一社会化书签对应的图标的时候,并不是这个社会化书签所对应的得推荐链接麻烦帮我看下谢谢了 |