点击(此处)折叠或打开
- <!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/1999/xhtml\">
- <head>
- <title>[酷] 神奇的创意相框的图片显示效果丨石家庄编导-亿诚</title>
- <meta http-equiv=\"content-type\" content=\"text/html;charset=gb2312\">
- <!--把下面代码加到与之间-->
- <style type=\"text/css\">
- *{
- text-align:center;
- border:0;
- list-style:none;
- }
- body{
- font-size:12px;
- font-family:Tahoma, Geneva, sans-serif;
- background:#000;
- }
- .photo{
- width:404px;
- margin:0 auto;
- border-left:solid 2px #333;
- border-right:solid 2px #333;
- background:#fff;
- }
- .photo h1{
- font-size:14px;
- color:#666;
- line-height:40px;
- }
- .photo ul{
- margin:0;
- padding:0;
- }
- .photo li{
- position:relative;
- width:400px;
- height:300px;
- overflow:hidden;
- }
- .photo li a:link span,.photo li a:visited span{
- display:none;
- }
- .photo li a:hover span{
- display:block;
- text-align:center;
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- font-size:40px;
- line-height:300px;
- color:#f00;
- background:#000;
- filter:alpha(opacity=70);
- -moz-opacity: 0.;
- opacity: 0.7;
- }
- .magic1,.magic2,.magic3{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- }
- .magic1{
- background: url(/html/txdm_2/images/20100826/01.png) no-repeat;
- }
- .magic2{
- background: url(/html/txdm_2/images/20100826/02.png) no-repeat;
- }
- .magic3{
- background: url(/html/txdm_2/images/20100826/03.png) no-repeat;
- }
- a:link,a:visited,a:hover{
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <!--把下面代码加到与之间-->
- <div class=\"photo\">
- <h1>Magic Photo Frame神奇创意相框</h1>
- <ul>
- <li><a href=\"#\"><img src=\"/html/txdm_2/images/20100826/quanzhixian.jpg\" width=\"352\" height=\"455\"><span>This is Magic!</span><em class=\"magic1\"> </em></a></li>
- <li><a href=\"#\"><img src=\"/html/txdm_2/images/20100826/quanzhixian.jpg\" width=\"352\" height=\"455\"><span>This is Magic!</span><em class=\"magic2\"> </em></a></li>
- <li><a href=\"#\"><img src=\"/html/txdm_2/images/20100826/quanzhixian.jpg\" width=\"352\" height=\"455\"><span>This is Magic!</span><em class=\"magic3\"> </em></a></li>
- </ul>
- </div>
- </body>
- </html>
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29737856/viewspace-1322219/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/29737856/viewspace-1322219/