JS+DIV 全屏实现

来源:百度知道 编辑:UC知道 时间:2024/09/28 06:49:02
先看一下这个效果:
http://www.klstudio.com/demo/as/fullscreen/fullscreen.html

这样的效果如果用JS+DIV要怎样实现?最好是可以兼容其它浏览器。

寻找中...... 有高手的帮忙帖个代码啊。

你可以做个闪烁的图片,用下面的用文件和JS

<---index.html-->
<div align="center" id="miman">
<table width="760" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="http://www.baidu.com" target="_blank"><img src="baidu.gif" width="801" height="373" border="0"></a></td>
</tr>
</table>
</div>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/19