IT家园's Archiver

jokke 发表于 2006-11-22 14:33

艺术字/发光文字代码/插入滚动图片和字的做法

发光文字代码   

</textarea><table style="FILTER: glow(color=#6699FF,direction=2)">   

<font color=#ffffff size=2>你要的文字</font>   

</table>   

其中color 是阴影的颜色,可以配合网页色调改变,direction 是设置阴影的强度。font color是原字体的颜色。   

3D文字效果代码:  
<style type="text/css">      
.3dfont { FILTER: glow(color=ffffff,strength=0) shadow(color=cccccc,direction:135); POSITION: relative; WIDTH: 100% }      
</style>      
<table border="0" width="100%">      
<tr>      
<td width="100%" class="3dfont"><font color="#008040">文字</font>   

浮雕的文字   
</textarea><table style="FILTER: dropshadow(color=#6699FF, offx=1, offy=1, positive=1);">   

<font color=#0000FF>你要的文字</font>   

</table>   
color是阴影的颜色,可以配合网页色调改变,positive是设置阴影的强度。offx;offy是设置的阴影和文字的距离;font color是原字体的颜色。   

阴影的文字   
</textarea><table style="FILTER: dropshadow(color=#cccccc, offx=2, offy=2, positive=2);">   

<font color=#6CABE7 size=2>你要的文字</font>   

</table>   

文本框字体   

</textarea><TEXTAREA STYLE="font:12px;font-family:Verdana;color:#666666">输入内容   

注:字体(font-family)还可以选用Arial,Tahoma等等;color可自行设定   

<TR> 表格列 border="5"边框宽度为5像素,bordercolor="Purple"边框顔色为紫色   

<TD> 表格栏 bgcolor="Green"表格背景顔色为绿色

插入表格   

</textarea><table border="2" width="340" bordercolor="#0000ff" bgcolor="#cococo">   

<tr>   

<td width="100%">   

<p align="center"></td>   

</tr>   

</table></tex:area>

插入图片 [代码中的图片地址就是网上以.jpg/.bmp结尾的网址]

</textarea><IMG src="http://你的图片地址" border="0" width="344" height="255">

其他html代码   
代码   
相关作用   
<br>   
换行   
<p>一段文字</p>   
段落   
<bgcolor="#00FF00">   
背景颜色(#00FF00为绿色)   
<text="#0000FF">   
字体颜色(#0000FF为蓝色)     
<p align="left">文字</p>   
文字左对齐     
<p align="center">文字</p>   
文字居中     
<p align="right">文字</p>   
文字右对齐

插入滚动图片和字的做法

<MARQUEE onmouseover=this.stop() onmouseout=this.start() direction=up width=200 height=250><P align=left><P align=center><IMG src="你的图片地址1" width=200><P align=left><P align=center><IMG src="你的图片地址2" width=200><P align=left><P align=center><IMG src="你的图片地址3" width=200><P align=left><P align=center><IMG src="你的图片地址4" width=300><P align=left><P align=center><IMG src="你的图片地址5" width=200><P align=left><P align=center><IMG src="你的图片地址6" width=200><P align=left><P align=center><IMG src="你的图片地址7" width=200><P align=left><P align=center><IMG src="你的图片地址8" width=200></MARQUEE>

图片滚动方向可以修改红字UP     UP 上  DOWN 下  LEFT 左 RIGHT 右

后面的数字表示图片宽度可以根据需要修改.

滚动字做法:可以配合
颜色代码使用.代码中的汉字换成你想要的字,加入新建板块的评论里,网址和图片那什么都不要.
实践出真知,大家多试试,一定会成功的!

</textarea><table style="FILTER: glow(color=#FCE0E2,direction=1)"><font color=#00AEEF size=4>
<marquee onmouseover=this.stop() onmouseout=this.start() direction=up scrollamount=4>  
<p align="center">加上你喜欢的字,试试效果吧!              </p>  
</marquee>
</font>
</table>
  
滚动字颜色可以在以上的代码中修改!!

<marquee scrollamount=1>
文字很慢滚。
</marquee>  

<marquee onmouseover=this.stop() onmouseout=this.start() >
鼠标放上去停止滚动,移开继续滚动。
</marquee>  

<marquee direction=left scrollamount=3>
文字向左滚。
</marquee>  

<marquee direction=right scrollamount=3>
文字向右滚。
</marquee>  

<marquee direction=up scrollamount=3>
文字向上滚。
</marquee>  

<marquee direction=down scrollamount=3>
文字向下滚。
</marquee>  

<marquee scrollamount=3 behavior=alternate>
文字来回滚。
</marquee>  

<marquee scrolldelay=500 scrollamount=100>走一步,停一停!</marquee>

一段实用的图片滚动显示代码,非javascript
如果看不见图片,请稍等片刻:


<marquee direction=up height=200 scrollamount=1 scrolldelay=90
      width="100%"> <img border=0
      src="http://www.93you.com/bbs/UploadFile/2006-9/20069201712757312.gif/"> <br>
      <img border=0
      src="http://www.93you.com/bbs/UploadFile/2006-9/20069201712755463.gif">
      <br>
<img border=0
      src="http://www.93you.com/bbs/UploadFile/2006-9/20069201712735639.gif"> <br>
      <img border=0
      src="http://www.93you.com/bbs/UploadFile/2006-9/20069201712771208.gif">
      <br>
  </marquee>

西布伦 发表于 2006-11-22 16:20

谢谢提供我正寻找呢?

收藏起来

YQQ 发表于 2006-11-23 15:22

收到!谢谢!:lol

shl520129 发表于 2007-1-4 09:19

我试试看

<style type="text/css">      
.3dfont { FILTER: glow(color=ffffff,strength=0) shadow(color=cccccc,direction:135); POSITION: relative; WIDTH: 100% }      
</style>      
<table border="0" width="100%">      
<tr>      
<td width="100%" class="3dfont"><font color="#008040">我试试看</font>

wyyaofan 发表于 2007-2-16 17:48

谢谢提供我正 需要哦

huangwenfu1986 发表于 2007-11-14 17:44

回复 #1 jokke 的帖子

收到了!

思雨1234 发表于 2007-11-14 22:40

我复制走了,谢谢!!!

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.