css實現圖片轉場效果

來源:互聯網
上載者:User
本篇文章主要介紹css實現圖片轉場效果非常不錯,不用css,代碼比較精簡,推薦使用,注意一下多瀏覽器的相容性。

代碼如下:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html>     <head>         <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />         <title>純css圖切換 練習 教程來自snwebsite</title>         <style type="text/css">             a{                 display:block;                 border:1px solid #cccccc;                 width:20px;                 height:20px;                 margin:1px;             }             dl{                 position:absolute;                 width:240px;                 height:170px;             }             dt{                 position:absolute;                 right:1px;                 top:25px;             }             dd{                 width:240px;                 height:170px;                 overflow:hidden;             }         </style>         <script language="JavaScript" type="text/javascript">         </script>     </head>     <body>         <dl>             <dt><a href="#a">1</a><a href="#b">2</a><a href="#c">3</a></dt>             <dd>                 <img src="http://files.jb51.net/upload/20080926074249449.jpg" id="a" />                 <img src="http://files.jb51.net/upload/20080926074251309.jpg" id="b" />                 <img src="http://files.jb51.net/upload/20080926074251902.jpg" id="c" />             </dd>         </dl>     </body> </html>

相關推薦:

jquery做出縮圖關聯圖片切換功能

jquery滑鼠滾輪實現圖片切換

使用JS實現滑鼠滾輪綁定頁面圖片切換

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.