首页
jQuery(document).ready(function () {
jQuery("a#share_link").click(function () {
jQuery("ul#share_menu").slideToggle("medium");
});
jQuery("a.jQueryBookmark").click(function(e){
e.preventDefault();
var bookmarkUrl = this.href;
var bookmarkTitle = this.title;
if (window.sidebar) { // For Mozilla Firefox Bookmark
window.sidebar.addPanel(bookmarkTitle, bookmarkUrl,"");
} else if( window.external || document.all) { // For IE Favorite
window.external.AddFavorite( bookmarkUrl, bookmarkTitle);
} else if(window.opera) { // For Opera Browsers
jQuery("a.jQueryBookmark").attr("href",bookmarkUrl);
jQuery("a.jQueryBookmark").attr("title",bookmarkTitle);
jQuery("a.jQueryBookmark").attr("rel","sidebar");
} else { // for other browsers which does not support
alert("Bookmark Failed. Please Bookmark Manually.");
return false;
}
});
});
jQuery(document).ready(function(){
});
a#share_link {
color: white;
font-size: 1.2em;
line-height: 20px;
font-weight: lighter;
text-decoration: none;
text-shadow: 0 1px 0 #2A4F83;
padding: 5px 7px;
float: left;
display: block;
position: relative;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #597DB1), color-stop(100%, #3A6198));
background: -webkit-linear-gradient(#597DB1, #3A6198);
background: -moz-linear-gradient(#597DB1, #3A6198);
background: -o-linear-gradient(#597DB1, #3A6198);
-pie-background: linear-gradient(#597DB1, #3A6198);
border: 1px solid #3B639B;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7D99BF;
-webkit-box-shadow: inset 0 1px 0 0 #7D99BF;
-o-box-shadow: inset 0 1px 0 0 #7D99BF;
box-shadow: inset 0 1px 0 0 #7D99BF;
}
a#share_link:hover {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #365A8C), color-stop(100%, #51719E));
background-image: -webkit-linear-gradient(#365A8C, #51719E);
background-image: -moz-linear-gradient(#365A8C, #51719E);
background-image: -o-linear-gradient(#365A8C, #51719E);
-pie-background: linear-gradient(#365A8C, #51719E);
-moz-box-shadow: inset 0 1px 0 0 #728CB1;
-webkit-box-shadow: inset 0 1px 0 0 #728CB1;
-o-box-shadow: inset 0 1px 0 0 #728CB1;
box-shadow: inset 0 1px 0 0 #728CB1;
cursor: pointer;
}
a#share_link:active {
-moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
-webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
-o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
border: 1px solid #355A8D;
}
分享此文章百度搜藏新浪微博搜狐白社会开心网谷歌收藏淘江湖鲜果九点Facebook百度空间新浪收藏嘀咕人间和讯网摘创业邦若邻网奇客发现挖客网115收藏Delicious
原文链接:http://www.wunpong.org/?page_id=12
jQuery("a#share_link").click(function () {
jQuery("ul#share_menu").slideToggle("medium");
});
jQuery("a.jQueryBookmark").click(function(e){
e.preventDefault();
var bookmarkUrl = this.href;
var bookmarkTitle = this.title;
if (window.sidebar) { // For Mozilla Firefox Bookmark
window.sidebar.addPanel(bookmarkTitle, bookmarkUrl,"");
} else if( window.external || document.all) { // For IE Favorite
window.external.AddFavorite( bookmarkUrl, bookmarkTitle);
} else if(window.opera) { // For Opera Browsers
jQuery("a.jQueryBookmark").attr("href",bookmarkUrl);
jQuery("a.jQueryBookmark").attr("title",bookmarkTitle);
jQuery("a.jQueryBookmark").attr("rel","sidebar");
} else { // for other browsers which does not support
alert("Bookmark Failed. Please Bookmark Manually.");
return false;
}
});
});
jQuery(document).ready(function(){
});
a#share_link {
color: white;
font-size: 1.2em;
line-height: 20px;
font-weight: lighter;
text-decoration: none;
text-shadow: 0 1px 0 #2A4F83;
padding: 5px 7px;
float: left;
display: block;
position: relative;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #597DB1), color-stop(100%, #3A6198));
background: -webkit-linear-gradient(#597DB1, #3A6198);
background: -moz-linear-gradient(#597DB1, #3A6198);
background: -o-linear-gradient(#597DB1, #3A6198);
-pie-background: linear-gradient(#597DB1, #3A6198);
border: 1px solid #3B639B;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
-ms-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 #7D99BF;
-webkit-box-shadow: inset 0 1px 0 0 #7D99BF;
-o-box-shadow: inset 0 1px 0 0 #7D99BF;
box-shadow: inset 0 1px 0 0 #7D99BF;
}
a#share_link:hover {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #365A8C), color-stop(100%, #51719E));
background-image: -webkit-linear-gradient(#365A8C, #51719E);
background-image: -moz-linear-gradient(#365A8C, #51719E);
background-image: -o-linear-gradient(#365A8C, #51719E);
-pie-background: linear-gradient(#365A8C, #51719E);
-moz-box-shadow: inset 0 1px 0 0 #728CB1;
-webkit-box-shadow: inset 0 1px 0 0 #728CB1;
-o-box-shadow: inset 0 1px 0 0 #728CB1;
box-shadow: inset 0 1px 0 0 #728CB1;
cursor: pointer;
}
a#share_link:active {
-moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
-webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
-o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #EEE;
border: 1px solid #355A8D;
}
分享此文章百度搜藏新浪微博搜狐白社会开心网谷歌收藏淘江湖鲜果九点Facebook百度空间新浪收藏嘀咕人间和讯网摘创业邦若邻网奇客发现挖客网115收藏Delicious
原文链接:http://www.wunpong.org/?page_id=12