qq空间设计
1.qq空间设计调用其它网页的代码
<object type="text/x-scriptlet" width="自己设宽度" height="自己设置高度"
data="调用网页的地址如www.qq321.cn"> </object>
2.qq空间设计分时问候代码
<script language="javaScript"> <!-- now = new Date(),hour = now.getHours() if(hour < 6){document.write("凌晨好!")} else if (hour < 9){document.write("早上好!")} else if (hour < 12){document.write("上午好!")} else if (hour < 14){document.write("中午好!")} else if (hour < 17){document.write("下午好!")} else if (hour < 19){document.write("傍晚好!")} else if (hour < 22){document.write("晚上好!")} else {document.write("夜里好!")} // --> </script>
3.离别时的送别语
<BODY onUnload="window.alert('你所想说的话')">
4.在页面中如何加入不是满铺的背景图片,拉动页面时背景图不动代码
<STYLE> body {background-image:url(/logo.gif); background-repeat:no-repeat; background-position:center;background-attachment: fixed} </STYLE>
5.qq空间设计不要滚动条? 代码 让竖条没有: <body style="overflow:scroll;overflow-y:hidden"> </body> 让横条没有: <body style="overflow:scroll;overflow-x:hidden"> </body> 两个都去掉?更简单了 <body scroll="no"> </body>
[1] [2] [3] [4] [5] 下一页
|