超酷仿蘋果機案頭js+Css飛行菜單

來源:互聯網
上載者:User

示範在這裡

基於Jquery和Fisheye,在IE 6, IE 7, Opera 9, Firefox 2, and Safari 2測試通過
原文:http://www.ndesign-studio.com/blog/design/css-dock-menu/

使用方法:

1、下載。先下載資源套件

2、插入代碼。在<head>地區插入以下代碼:

代碼:
以下是引用片段:
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/interface.js"></script>
代碼:
以下是引用片段:
<link href="style.css" rel="stylesheet" type="text/css" />
代碼:
以下是引用片段:
<!--[if lt IE 7]>
<style type="text/css">
.dock img { behavior: url(iepngfix.htc) }
</style>
<![endif]–>

第一部分是javascript,第二部分是css,最後一段是ie6的hack

3、設定。在<body>地區任意地方插入以下代碼:

代碼:
以下是引用片段:
<script type="text/javascript">
$(document).ready(
function()
{
$(’#dock2′).Fisheye(
{
maxWidth: 60,
items: ‘a’,
itemsText: ’span’,
container: ‘.dock-container2′,
itemWidth: 40,
proximity: 80,
alignment : ‘left’,
valign: ‘bottom’,
halign : ‘center’
}
)
}
);
</script>

4、插入菜單。
如果在頁面頂部,則插入以下代碼(注意:<span>在<img>之後)

代碼:
以下是引用片段:
<a class="dock-item" href="#"><img src="images/home.png" alt="home" /><span>Home</span></a>

如果在頁面底部,則插入以下代碼(注意:<span>在<img>之前)

代碼:
以下是引用片段:
<a class="dock-item2" href="#"><span>Home</span><img src="images/home.png" alt="home" /></a>

另:此人另外的一些設計也相當出色:icon和wp模板



相關文章

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.