半点优化网 http://www.bdxc.net/
当前位置首页 > 网站技术问题> 正文

导航代码免费。。。

2022-04-21 08:32:29 暂无评论 139 网站技术问题 代码   导航

导航:
清甜爽口:javascript:window.top.space_addItem(13,4384,0,0,150,700,0);
流金岁月:javascript:window.top.space_addItem(13,5330,0,0,150,700,0);
摘星:javascript:window.top.space_addItem(13,5145,0,0,150,700,0);
深海奥妙:javascript:window.top.space_addItem(13,5003,0,0,150,700,0);

在求一导航代码

请参考以下代码


<style type=text/css>
<!--
.navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}
.STYLE1 {FONT-FAMILY: Webdings; FONT-SIZE: 9pt; cursor: hand;}
-->
</style>
<script>
function switchSysBar(){
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all(frmTitle).style.display=none
}else{
switchPoint.innerText=3
document.all(frmTitle).style.display=
}}
</script>
<table border=0 cellPadding=0 cellSpacing=0 height=100% width=100%>
  <tr>
    <td width=20% align=middle vAlign=center noWrap bgcolor=#CC99FF id=frmTitle


name=frmTitle> </td>
    <td class=a2 style=WIDTH: 9pt><table border=0 cellPadding=0 cellSpacing=0 height=100%>
    <tr>
    <td style=HEIGHT: 100% onClick=switchSysBar()><font style=FONT-SIZE: 9pt; CURSOR: default;


COLOR: #ffffff> <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    <font color=#FF0000><br>
    <br>
    <br>
    <br>
    <br>
    <span class=STYLE1 id=switchPoint title=关闭/打开左栏>3</span><br>
    <br>
    <br>
    <br>
    <br>
    <br>
    </font><br>
    <br>
    屏幕切换 </font></td>
    </tr>
    </table></td>
    <td bgcolor=#FFCC99 style=WIDTH: 100%> </td>
  </tr>
</table>

猜你喜欢