先看一下代碼,其中有css與html代碼部分:
以下為引用的內容: <title>liehuo.net</title> <style> /*定義CSS*/ div#resize a:hover{position: absolute; margin-left:-200px; float:left} div#resize a img{width: 333px;} div#resize a img{height: 180px;} div#resize a:hover img{width: 666px;} div#resize a:hover img{height: 378px;} </style> 演示效果 <div id=resize> <a href=http://www.veryhuo.com/ target=_blank><img src=http://www.veryhuo.com/uploads/allimg/090930/1_090930171900_1.jpg border=0></a> </div> |
提示:可修改后代碼再運行!
上一篇 php驗證郵箱地址合法性