加入QQ空间开场代码前的四个步骤
用flash皮肤再用导航,最后用QQ空间开场代码。必须做的5个步骤(顺序绝对不可以颠倒)
1、改变空间宽度,代码如下:
<img src="javascript:
document.getElementById('initd').style.left='0';document.getElementById('initd').
style.width='925';document.getElementById('initd').style.height='655';"></img>
2、改变日志等窗口位置,QQ空间代码如下:
<img src="javascript: document.getElementById('initd').style.left='0';document.
getElementById('initd').style.top='0';document.getElementById('initd').style.width='925';
document.getElementById('initd').style.height='655';"></img>
3、插入皮肤(也就是主页面),代码如下:
<img src="javascript:document.getElementById('Mlogo').&#105;nnerHTML ='<div style=\'position:
absolute;top:0;left:0;\'><EMBED src=\'http://cantesxixi.bokee.com/inc/3pingguoyemian.swf\'
quality=high wmode=\'transparent\' WIDTH=\'925\' HEIGHT=\'655\' TYPE=\'
application/x-shockwave-flash\'></div>';">
4、加上透明代码,代码如下:
<img src="javascript:initd.style.filter='alpha(opacity=70)';" style=display:none> ,透明度自己调节
5、最后写入开门页面,代码如下:
<img src="javascript:document.getElementById('Mlogo').&#105;nnerHTML ='<div style=\'
position:absolute;top:0;left:0;\'><EMBED src=\'http://cantesxixi.bokee.com/inc/pingguojinmen.swf\'
quality=high wmode=\'transparent\' WIDTH=\'925\' HEIGHT=\'655\'
TYPE=\'application/x-shockwave-flash\'></div>';">

