|
楼主 |
发表于 2005-10-8 09:01
|
显示全部楼层
[分享]图文特效代码集(请勿随意转载)
< align=center><FONT color=#a722ff size=5><B>图文基本知识</B></FONT></P>
< align=left><B><FONT size=4>1:背景(论坛中帖子的外背景)</FONT></B> </P>
<>代码如下:</P>
<P><body background="背景图片URL地址"></P>
<P>body的相关属性:</P>
<P><body background="URL地址" bgcolor=# text=# link=# alink=# vlink=#></P>
<P>background=背景图片URL地址(设定了背景图片后bgcolor设定值将无效)<BR>bgcolor --- 背景色彩 <BR>text --- 非可链接文字的色彩 <BR>link --- 可链接文字的色彩 <BR>alink --- 正被点击的可链接文字的色彩 <BR>vlink --- 已经点击(访问)过的可链接文字的色彩 <BR>#=rrggbb<BR>色彩是用 16 进制的 红-绿-蓝(red-green-blue, RGB) 值来表示。<BR>16 进制的数码有: 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f.</P>
<P><FONT size=4><B>2:表格</B></FONT></P>
<P>效果如:</P>
<P align=left>
<TABLE borderColor=#ffff00 height=220 cellSpacing=2 cellPadding=0 width=300 align=center background=http://bbs.mz99.com/UploadFile/2004992485726.gif border=3>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE></P>
<P>源代码如下:</P>
<P><TABLE align=center background="帖子背景图" border=0 cellPadding=0 cellSpacing=0 borderColor=#ffff00 width="100%"><TBODY><TR><TD></P>
<P align=left>帖子内容,文字或图片..... </TD></TR></TBODY></TABLE> <BR></P>
<P><TABLE> 的参数设定(常用):</P>
<P><table <FONT color=#ff0000>width</FONT>="400" <FONT color=#ff0000>border</FONT>="1" <FONT color=#ff0000>cellspacing</FONT>="2" <FONT color=#ff0000>cellpadding</FONT>="2" <FONT color=#ff0000>align</FONT>="CENTER" <FONT color=#ff0000>valign</FONT>="TOP" <FONT color=#ff0000>background</FONT>="myweb.gif" <FONT color=#ff0000>bgcolor</FONT>="#0000FF" <FONT color=#ff0000>bordercolor</FONT>="#CF0000" <FONT color=#ff0000>bordercolorlight</FONT>="#00FF00" <FONT color=#ff0000>bordercolordark</FONT>="#00FFFF" <FONT color=#ff0000>cols</FONT>="2"> </P>
<P><FONT color=#ff0000 size=3>注解:</FONT></P>
<P><FONT color=#ff0000>width</FONT>="400" <BR>表格宽度,接受绝对值(如 80)及相对值(如 80%)。</P>
<P><FONT color=#ff0000>border</FONT>="1" <BR>表格边框的厚度,不同浏览器有不同的内定值,故请指明。 </P>
<P><FONT color=#ff0000>cellspacing</FONT>="2" <BR>表格格线的厚度</P>
<P><FONT color=#ff0000>align</FONT>="CENTER" <BR>表格的摆放位置(水平),可选值为: <FONT color=#ff0000>left</FONT>, <FONT color=#ff0000>right</FONT>, <FONT color=#ff0000>center</FONT></P>
<P><FONT color=#ff0000><FONT color=#ff0000>valign</FONT>="TOP". <BR>表格内内容的对齐方式(垂直),可选值为: <FONT color=#ff0000>top</FONT>, <FONT color=#ff0000>middle</FONT>, <FONT color=#ff0000>bottom</FONT>。 </FONT></P>
<P><FONT color=#ff0000>background</FONT>="myweb.gif" <BR>表格的背景图片,与 bgcolor 不要同用。 </P>
<P><FONT color=#ff0000>bgcolor</FONT>="#0000FF" <BR>表格的底色,与 background 不要同用</P>
<P><FONT color=#ff0000>bordercolor</FONT>="#CF0000" <BR>表格边框颜色</P>
<P><FONT color=#ff0000>bordercolorlight</FONT>="#00FF00" <BR>表格边框<FONT color=#008000>向</FONT>光部分的颜色</P>
<P><FONT color=#ff0000>bordercolordark</FONT>="#00FFFF" <BR>表格边框<FONT color=#008000>背</FONT>光部分的颜色,使用 bordercolorlight 或 bordercolordark 时 bordercolor 将会失效。</P>
<P><FONT color=#ff0000>cols</FONT>="2" <BR>表格栏位数目,只是让浏览器在下载表格时先画出整个表格而已。</P>
<P align=left><BR>________________________________________________________________________________________</P>
<P align=center><FONT color=#ff0000 size=7><B>特效实例</B></FONT></P>
<P align=center></P>
<TABLE style="FILTER: alpha(opacity=30)" height=400 width=400 align=center background=http://www7.ocn.ne.jp/~paku/pic/pfile/hot.jpg>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>
<P align=center><BR><BR><BR><BR><B><FONT size=5>以图文的形式存放原图</FONT></B><BR><BR><BR></P>
<TABLE borderColor=#dd6d22 cellSpacing=2 cellPadding=3 width="100%" bgColor=#ffffff border=1>
<TBODY>
<TR>
<TD><TABLE style="FILTER: alpha(opacity=30)" height=350 width=600 align=center background=http://www.chinatuku.com/mingxing/rh%2Dwoman/beh/5.jpg><BR><TBODY><BR><TR><BR><TD></TD></TR></TBODY></TABLE><BR></TD></TR></TBODY></TABLE> |
|