这里的夏尔巴人在iPad上使用的一种新的视频。

正如其名称所暗示的,夏尔巴人是所有您的导航需求的整体解决方案。

夏尔巴人带来了每个接口的三个主要的导航元素结合在一起 - 导航栏,侧边栏和页脚粘。

每一个由一个选择不同的菜单类型,包括的:滑动菜单,兆丰菜单,折叠式菜单和下拉菜单。你可以选择,选择和组合这些做一个真正独特的导航。

所有这三个导航元素也可以被最小化或隐藏,让你的内容,甚至更多的空间是seen.The内容会自动增长,以填补空间。

它有10种不同颜色的皮肤, 12美丽的背景图片,使用CSS3的效果,并配有500 +的图标,使其在Codecanyon最好看的导航之一。退房的屏幕截图和预览。

而不是试图来自许多不同来源汇集许多不同的价格较资产净值的,选择夏尔巴|完整的导航系统,并节省自己的时间在整合到系统中。

效果地址:http://www.dnntools.net/EnvatoStore/ArticleID/7607/Sherpa-Complete-Navigation-System

演示地址:http://codecanyon.net/item/sherpa-complete-navigation-system/224492?ref=zzmzaizai

Sherpa updated to v1.2 (July 20th)

  • Sherpa toggles now remember their state after page load so if you close them they stay closed.
  • Mega Menu and Drop Menu now use the hoverintent plugin for better usability.

Description

Here’s a new video of Sherpa being used on an iPad.

As the name suggests, Sherpa is a total solution for all your navigation requirements.

Sherpa brings together the three main navigation elements of every interface – NavbarSidebar and Sticky Footer.

Each one consists of a selection of different menu types including: Slide MenuMega MenuAccordion Menu and Drop Menu. You can pick, choose and mix these to make a really unique navigation.

All three navigation elements can also be minimized or hidden to give your content even more space to be seen.The content will automatically grow to fill the space.

It has 10 different colour skins, 12 beautiful background images, uses CSS3 effects and comes with 500+ icons to make it one of the best looking navigations on Codecanyon. Check out the screenshots and preview.

Instead of trying to bring together lots of different navs from many different sources, choose Sherpa | Complete Navigation Systemand save yourself time on integrating into your system.

Features

  • A Complete Solution
  • Horizontal Navigation Bar
  • Side Navigation Bar
  • Sticky Footer Bar
  • Slide Menu
  • Accordion Menu
  • Mega Menu
  • Drop Menu
  • 10 colour skins
  • 12 background images
  • 500+ icons
  • CSS3 gradients, round corners and shadows
  • Smooth animated toggles to hide or minimize navigation
  • Cleanly coded using best practices
  • Built using established menu building techniques
  • Works as pure CSS nav also (everything works except animated toggling)
  • Degrades excellently without jQuery

Let the Sherpa guide your users to usability bliss!

Sherpa Update 1.1 (7th July 2011)

Sherpa | Complete Navigation System 介绍与教材的更多相关文章

  1. X Window System介绍

    1.概述     X Window System是1984年由麻省理工学院(MIT)和DEC公司共同开发研究的,是执行在UNIX系统上的视窗系统.严格地说,X Window System并非一个软件, ...

  2. Test complete测试工具介绍

    Test complete 是一款性价比比较高的测试工具,能够满足大多数用户的自动化测试的需求. Test complete 是近几年流行和发展起来的一款自动化测试工具,早期版本由Automated ...

  3. Navigation Drawer介绍

    在2013 google IO当天,Android团的更新了Support库,新版本(V13)的Support库中新加入了几个比较重要的功能. 添加 DrawerLayout 控件,支持创建  Nav ...

  4. Java +selenium Navigation接口介绍

    Navigation接口主要实现对浏览器的前进.后退.打开网址.刷新当前页面等操作的. void back():就是操作当前页面后退,相当于网页的后退按钮. void forward():就是操作当前 ...

  5. oracle sys sysman system 介绍

    Oracle数据库中SYS.SYSTEM.DBSNMP.SYSMAN四用户的区别 SYS用户: SYS,默认密码为CHANGE_ON_INSTALL,当创建一个数据库时,SYS用户将被默认创建并授予D ...

  6. 推荐系统(Recommendation system )介绍

    前言 随着电子商务的发展,网络购物成为一种趋势,当你打开某个购物网站比如淘宝.京东的时候,会看到很多给你推荐的产品,你是否觉得这些推荐的产品都是你似曾相识或者正好需要的呢.这个就是现在电子商务里面的推 ...

  7. c语言system()介绍

    2013-09-0916:06:02 1. 头文件: #include <stdlib.h> 2. 定义函数: int system(const char * string); 3. 函数 ...

  8. O - Navigation System CodeForces - 1321D

    题目大意:有一个导航系统,会根据你当前的位置,规划到目的地的最短路线,给你一个有向图,和一条行驶路径,问你导航重新规划路径的最大次数和最小次数. 读题的时候题意特别不理解,何为最大次数,何为最小次数? ...

  9. Codeforces 1321D Navigation System

    题意 有个人要从\(s\)走到\(t\),经过的路径给定.导航系统每次会显示当前节点到\(t\)的最短路,有多条就显示其中之一.这个人如果按照导航走,那么啥都没变.如果没有按导航走导航就会重新导航.问 ...

随机推荐

  1. SQL Server 2008 查询所有用户表

    SQL Server 2008 查询所有用户表的T-SQL语句是: SELECT * FROM sysobjects WHERE [xtype] = 'U' 或者是: SELECT * FROM sy ...

  2. Css预处理器实践之Sass、Less大比拼

    xwei | 2012-07-07 | 网页重构 什么是CSS预处理器? Css可以让你做很多事情,但它毕竟是给浏览器认的东西,对开发者来说,Css缺乏很多特性,例如变量.常量以及一些编程语法,代码难 ...

  3. jquery判断页面滚动条(scroll)是上滚还是下滚

    单纯判断滚动条方向 function scroll( fn ) { var beforeScrollTop = document.body.scrollTop, fn = fn || function ...

  4. Mysql主从复制的配置(双机互为主从)

    目的: 让两台mysql服务器可以互为主从提供同步服务. 优点: 1. mysql的主从复制的主要优点是同步"备份", 在从机上的数据库就相当于一个(基本实时)备份库. 2. 在主 ...

  5. 【Linux】 任务调度/计划 cron

    实时查看日志: tail -f /var/log/cron 显示任务调度 bash#crontab -u username -l 编辑 bash#crontab -u username -e 内容: ...

  6. Cloudera Search配置

    一.集群机器配置信息 Cloudera集群机器: 10.2.45.104 GBD000.localdomain GBD00010.2.45.105 GBD101.localdomain GBD1011 ...

  7. 监视系统3389的VBS脚本

    Title: 监视系统3389的VBS脚本 --2010-10-27 19:56 从网上找的,不知道是不是NP写的那个 ---------------------------------------- ...

  8. RAILS ON

    我是按照下面这个URL来轻快安装的. http://lxiaodao.iteye.com/blog/1579992 (1)RVM官方网站应该是改版过一次, 使用 curl -L https://get ...

  9. Linux下快速静态编译Qt以及Qt动态/静态版本共存

    Qt下静态编译Qt,根据我的经验,如果按照Windows下那种直接拿官方sdk安装之后的文件来编译是行不通的,需要直接下载Qt的source包,目前诺基亚的源码叫做qt-everywhere-open ...

  10. Android 获取imageview的图,在另一个imageview里显示。

    当我点击默认头像里的其中一个然后在点确定就在最上面的那个imageview里显示选择的头像.求大神. img1和img2都是ImageView,要把img1中的图片显示到img2中 前景(对应src属 ...