|
用代码做空间的过程:打开自定义——个性设置——新建模
块——输入名字(这里随便,只是用来区别的)——然后在
评论里面输入代码
清除导航条的方法:
<img src="javascript t_1.style.display='none';bt_2.style.display='none';bt_3.style.display
='none';bt_4.style.display='none';bt_5.style.display='none';bt_6.style.display
='none';bt_7.style.display='none';bt_8.style.display='none';" style="display:none;">
清空顶部一条背景图片的方法:
<img src="javascript:Mlogo.style.background='';">
去掉主题部分的滚动条的方法:
<img src="javascript:document.getElementById('initd').style.overflow='hidden';">
背景代码:
<img src="javascript:document.getElementById('all').style.background='url(背景图片的地址)';">
全屏幕FLASH(可以做导航条代码,其实有很多代码可以做,大家可以到我空间去找):
<img src="javascript:document.getElementById('Mlogo').innerHTML+='<div style=\'position:absolute;top:0;left:0;\'><EMBED src=\'导航条地址\' quality=high wmode=\'transparent\' WIDTH=\'1000\' HEIGHT=\'700\' TYPE=\'application/x-shockwave-flash\'></div>';">
FLASH无边框代码:
<div id="layer25" style="padding:0px; LEFT: 2px; OVERFLOW: hidden; WIDTH: 634px; POSITION: absolute;
TOP: 0px; HEIGHT: 530px; zindex: 90" resiziable="true"></textarea><embed src="FLASH地址" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="宽" height="高" play="true" loop="true" quality="high" scale="showall" menu="true">
</embed></div>
透明FLASH无边框代码:
<div id="layer25" style="padding:0px; LEFT: 2px; OVERFLOW: hidden; WIDTH: 634px; POSITION: absolute;
TOP: 0px; HEIGHT: 530px; zindex: 90" resiziable="true"> </textarea><EMBED src="FLASH地址" quality=high wmode="transparent" WIDTH="宽" HEIGHT="高" TYPE="application/x-shockwave-flash"></div>
|