inset 表示边框样式为:3D内嵌边框
outset 表示边框样式为:3D外嵌边框
ridge 表示边框样式为:3D凸脊状
dashed 表示边框样式为:虚线
solid 表示边框样式为:实线
(新)QQ空间很好玩的图片特效--上下,左右分别振动的图!
图片1是左右振动,图2是上下振动!
QQ空间代码:
<table width="200" cellspacing="0" cellpadding="0"><tr align="center"><td style="BORDER-top: rgb(0,0,0) 1px dotted; BORDER-bottom: rgb(0,0,0) 1px dotted; BORDER-left: rgb(0,0,0) 1px dotted; BORDER-right: rgb(0,0,0) 1px dotted"><marquee behavior="alternate" direction="left" height="80"width="100%" scrolldelay="60"><img src="http://www.eiyes.com/info/way/图片1地址" width="110" height="70" border="0"></a></marquee></td></tr><td style="BORDER-bottom: rgb(0,0,0) 1px dotted; BORDER-left: rgb(0,0,0) 1px dotted; BORDER-right: rgb(0,0,0) 1px dotted"><marquee behavior="alternate" direction="up" height="80"width="100%"scrolldelay="60"><img src="http://www.eiyes.com/info/way/图片2地址" width="110" height="70" border="0"></a></marquee></td></tr></table>
-------------------------------------
QQ空间代码之不会被封的漂浮物更换代码
QQ空间漂浮物更换代码:
<img src="javascript:mall_changeItem('5','物品ID','0','1','3','0','0');">
将物品ID更改成你想设置为使用图片的物品ID
示例:
<img src="javascript:mall_changeItem('5','658','0','1','3','0','0');">
☆QQ空间不停变化颜色的字
<DIV id=texture style="WIDTH: 460px; HEIGHT:30px"><IMG height=2 src="http://www.eiyes.com/web/ewebeditor/UploadFile/2005101692624157.gif" width=460px align=right><IMG height=30px src="http://www.eiyes.com/web/ewebeditor/UploadFile/2005101692625359.gif" width=446.2px align=right><DIV style="FONT-SIZE: 20px; FILTER: Chroma(color=#FCFBFA); FLOAT: left; WIDTH: 460px; HEIGHT:30px; BACKGROUND-COLOR:#000000" align=center><FONT color=#FCFBFA>歡迎來到我的空間,更多精綵就在我的日誌.!</FONT></DIV></DIV>
---------------------------------------------
最新在QQ空间主页上飞行的图片代码
代码公布如下
注明:此QQ空间代码有的时候不一定生效,要看你使用的浏览器类型以及相关安全设置而定
QQ空间漂浮图片代码
<SCRIPT LANGUAGE="JavaScript1.2">
<!--
//1) specify path to image//图片的路径
var imagepath="图片地址"
//2) specify image dimensions//图片的大小
var imagewidth=170
var imageheight=133
//3) change this to adjust speed (lower is slower)//飞行速度建议别改太快,会卡
var speed=3;
//4) configure what should happen when user clicks on image
//A value of "dismiss" will dismiss it, while a URL will cause the browser to navigate to it
var imageclick="图片链接地址"
//5) Finally, configure when the image should automatically disappear, in seconds (0=perpetual)
