- DockMenu --- 个性化网站必不可少的嘘头元素
- GreyBox ---- 我个人认为比较不错,它可以在当前页面基础之上打开其他站点的网页,不需要新开一个tab页面,或者新开一个浏览页面,
互 动性好;并且greyBox还坚持多页面的切换,Great Cool!
- AmberJack---适合应用于website向导功能,可以使用它,你可以及时介绍网站上的新东东,新内容,或者新闻,视频,照片等等
- ImageFlow---用过Ipod touch,或者itunes的人,都会知道,这个东东应用于网页上显示图片是非常不错的选择。(现在不少网站上显示图片,都是下一页、或者点击图片下一张,这样太土了。)
1.Dock Menu If you are a big Mac fan, you will love this CSS dock menu that I designed. It is using Jquery Javascript library and Fisheye component from Interface and some of my icons. It comes with two dock styles - top and bottom. This CSS dock menu is perfert to add on to my iTheme. Here I will show you how to implement it to your web page. Download CSS Dock Menu(View Demo) 1. Download source filesDownload the CSS dock menu zip package. 2. Insert codeIn between the HTML <head> tag, add the following code
The first part is the Javascript, second part is CSS stylesheet, and last part is the PNG hack for IE 6. 3. ConfigurationDon’t forget to add the following code to anywhere within the <body> tag:
4. Add or remove itemTo add menu item to the top dock (note: span tag is after the img tag):
To add menu item to the bottom dock (note: span tag is before the img tag):
Browser CompatibilityI have tested on IE 6, IE 7, Opera 9, Firefox 2, and Safari 2 (although there are some minor rendering issues with Safari). |
2 GreyBox
Here’s some key pages regarding GreyBox: Download page, Documentation, Examples, Installation, and Advanced Usage (for the more experienced JavaScript’ers, check this page out for tips on how you can extend the library’s functionality). |
3 AmberJack: Site Tour Creator
This allows users to take a tour of the various sections of a website, without them having to view a static demo created in flash or some other method. Extra bonus, you can download various “skins” or even create your own, to match the look and feel of your website. Here’s the skins gallery so you may see if they have a theme that doesn’t clash with your website. |
4 ImageFlow
When the user clicks on an image, it re-directs them to another web page with the image displayed, so an excellent idea would be to use this in conjunction with a modal box script to open the image instead. Update: Just now, the author of ImageFlow emailed me announcing ImageFlow version 0.9. Check it out here (it fixes the issue of the image opening another browser window when clicked, and it works with Lightbox compatibility). Thanks for the update Finn! |