资源描述
<script type="text/javascript">
function AddFavorite(sURL, sTitle) {
try {
window.external.addFavorite(sURL, sTitle);
}
catch (e) {
try {
window.sidebar.addPanel(sTitle, sURL, "");
}
catch (e) {
alert("加入收藏失败,请使用Ctrl+D进行添加");
}
}
}
function SetHome(obj, vrl) {
try {
obj.style.behavior = 'url(#default#homepage)'; obj.setHomePage(vrl);
}
catch (e) {
if (scape) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch (e) {
alert("此操作被浏览器拒绝!\n请在浏览器地址栏输入“about:config”并回车\n然后将 [signed.applets.codebase_principal_support]的值设置为'true',双击即可。");
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage', vrl);
}
}
}
</script>
<div class="top_t">
<div class="top_t2">
<span>欢迎浏览<a href="">全国最好的肌无力治疗康复基地</a></span>
<div id="_headlogin" class="top_t_r">
<a onclick="SetHome(this,window.location)" style="cursor: pointer;"class="ico icoSetHome">设为首页</a>
<a onclick="AddFavorite(window.location,document.title)" style="cursor: pointer;" target="_blank" class="ico icoFav">收藏本站</a>
<!-- <a class="ico icoSetHome" target="_self" onclick="SetHome(this);" href="javascript:;">设为首页</a> <a class="ico icoFav" target="_self" onclick="SetFavorite();" href="javascript:;">加入收藏夹</a>-->
</div>
</div>
</div>
样式表:
.top_t{
background: none repeat scroll 0 0 #EEEEEE;
border-bottom: 1px solid #CCCCCC;
color: #555555;
height: 30px;
line-height: 30px;
margin:0 auto;
padding:0;}
.top_t2{ width:1010px; height:30px; margin:0 auto;}
.top_t span{ float:left; font-size:12px; font-family:"宋体"; padding-left:20px;}
.top_t_r{ float:right; padding-right:20px;}
.ico {
background: url("../images/ico14x14.png") no-repeat scroll 0 0 transparent;
border-right: 1px solid #CCCCCC;
margin-left: 4px;
padding: 2px 10px 0 18px;
}
.icoFav {
border: 0 none;
padding-right: 0;
}
.icoReg {
background-position: 0 -48px;
}
.icoLogin {
background-position: 0 -64px;
}
.icoSetHome {
background-position: 0 -32px;
}
.icoLoginOut {
background-position: 0 -80px;
}
.icoRss {
background-position: 0 -96px;
}
.icoWebMap {
background-position: 0 -16px;
}
.icoMB {
background-position: 0 -112px;
}
图片:
展开阅读全文