音画网页全屏代码

[复制链接]
查看1087 | 回复0 | 2009-7-2 18:59:42 | 显示全部楼层 |阅读模式
特效音画发全屏网页代码
以1024*768分辨率为标准

用全屏代码发帖时,先在代码模式粘贴完代码,
再切换到设计模式(自动休整代码),再点发表

           
发全屏帖方法之一
  1. <DIV align=center><A href="网页地址" target=_blank><FONT face=隶书 color=#000000 size=6>点击欣赏全屏</FONT></A><DIV style="LEFT: -230px;WIDTH:1000px; POSITION: relative; TOP: 150px"><IFRAME marginWidth=0 marginHeight=0 src="网页地址" frameBorder=0 width=1000 scrolling=no height=网页高度></IFRAME></DIV><BR><BR><BR><BR><BR><BR><BR><BR><BR>
复制代码
 
发全屏帖方法之二
  1. [code]DIV align=center><A href="网页地址" target=_blank><FONT face=隶书 color=#000000 size=6>点击欣赏全屏</FONT></A></P><DIV style="LEFT: -230px; WIDTH: 1000pxOSITION: relative; TOP: 120px"><OBJECT id=data
  2. height=网页高度 width=1000 data=网页地址></OBJECT></DIV>
  3. <DIV></DIV><BR><BR><BR><BR><BR>
  4. <BR><BR><BR>
复制代码
[/code]

全屏多幅拼图音画表格代码
这里以8张横切拼图为例,可根据你图片数量相应减少单元格

<table style="LEFT: -230px; WIDTH: 1000px; POSITION: relative; TOP: 150px"  border="0" width="1000" cellspacing="0" cellpadding="0" id="table1">
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
  <tr>
   <td background="图片地址" width="宽度" height="高度"> </td>
  </tr>
</table><BR><BR><BR><BR><BR><BR><BR><BR><BR>
 
 
 
全屏单幅音画表格代码
<table style="LEFT: -230px; WIDTH: 1000px; POSITION: relative; TOP: 150px" border="0" width="1000" cellspacing="0" cellpadding="0" background="图片地址" height="图片高度" ><tr><td></td></tr></table><BR><BR><BR><BR><BR><BR><BR><BR><BR>

 
宽屏组图发帖表格代码
 

<table style="LEFT: -50px; WIDTH: 800px; POSITION: relative; TOP: 0px" border="0" width="800" id="table1" height="600">
  <tr>
   <td width="图片宽度" height="图片高度" background="图片地址"> </td>
  </tr>
  <tr>
   <td height="100"> </td>
  </tr>
  <tr>
   <tdwidth="图片宽度" height="图片高度" background="图片地址"> </td>
  </tr>
  <tr>
   <td> </td>
  </tr>
  <tr>
   <td width="图片宽度" height="图片高度" background="图片地址"> </td>
  </tr>
  <tr>
   <td height="100"> </td>
  </tr>
  <tr>
   <td width="图片宽度" height="图片高度" background="图片地址"> </td>
  </tr>
  <tr>
   <td height="100"> </td>
  </tr>
  <tr>
   <td width="图片宽度" height="图片高度" background="图片地址"> </td>
  </tr>
  <tr>
   <td height="100"> </td>
  </tr>
</table>
</div>
您需要登录后才可以回帖 登录 | 注册

本版积分规则