【软件简介】1、纯导航(无广告和连接)
[全屏欣赏]
2、皮肤+导航,也可以单独当导航用,
[全屏欣赏]
第一个代码:把代码中的大写的&换成小写&
否则代码 无效 大家特别注意了!
<img src="javascript:document.getElementById('Mlogo').&#105;nnerHTML+='<div style='position:absolute;top:500px;left:0px;width:11;'> <EMBED pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=http://cantesxixi.bokee.com/inc/rentidaohang.swf width=925 height=150 type=application/x-shockwave-flash menu=true wmode=transparent scale=showall quality=high loop=true play=true></EMBED> </div>';">
这是放在最下面的,如果你要调节位置,请修改代码中
top:0代表的是距顶边框
left:0代表的是距左边框
width=0代表的是FLASH的高度
height=0代表的是flash的宽度
第二个代码:把代码中的大写的&换成小写&
否则代码 无效 大家特别注意了!
<img src="javascript:document.getElementById('Mlogo').&#105;nnerHTML+='<div style='position:absolute;top:0px;left:-50px;width:11;'> <EMBED pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=http://cantesxixi.bokee.com/inc/rentidaohang.swf width=1050 height=750 type=application/x-shockwave-flash menu=true wmode=transparent scale=showall quality=high loop=true play=true></EMBED> </div>';">
这个是全屏的代码,如果你要当导航用,自己去改大小和位置,另外用第二个做皮肤时最好改变下空间宽度,代码如下:
<img src="javascript:
document.getElementById('initd').style.left='0';document.getElementById('initd').style.width='925';document.getElementById('initd').style.height='650';"></img>
然后再使窗口tou明,代码如下:
<img src="javascript:initd.style.filter='alpha(opacity=70)';" style=display:none> 其中数字0--100是tou明度,你可以根据自己喜好调节。