網(LieHuo.Net)教程 JavaScript仿Flash動畫放大/縮小Div容器,兼容IE和DOM,設置參數:元素對象、樣式特性等,可重復使用,每個容器可以自定義大小,效果也是挺常用的。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN" xml:lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>放大縮小容器 - 網LIEHUO.NET</title><style type="text/css">*{margin:0;padding:0;}body { padding:1em; }h2 { font-size:2em; }div { display:inline-block; width:10em; padding:.5em; margin-bottom:1em; overflow:hidden; background:#eee; text-align:center; font-size:1em; }p#text { position:absolute; right:10px; top:10px; }</style></head><body><p id="text"></p><div id="box1" onmouseover="pr_box('box1',150);" onmouseout="pr_box('box1',100);"><h2>標題</h2><p>小容器</p></div><div id="box2" onmouseover="pr_box('box2',280);" onmouseout="pr_box('box2',100);"><h2>標題</h2><p>大容器</p></div></body></html><br /><center>網更多教程,請訪問:<a href=http://www.vxbq.cn/ target=_blank _fcksavedurl="http://www.vxbq.cn/ target=_blank">http://www.vxbq.cn/</a></center>提示:可修改后代碼再運行!
上一篇 教如何快速打造日IP上萬的圖片網站
下一篇 Access數據庫技術(27)
程序員人生,我編程,我富裕,記住wfuyu網,php教程,php學習,php手冊,CMS模版制作
聲明:本站大部分內容是作者原創,少部分收集于互聯網供大家一起學習,原版權很多不明,如有侵權請聯系本站,謝謝!
粵ICP備14040726號-1?? 2015-2020 程序員人生 版權所有