这里的夏尔巴人在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. JAVA-5-关于for循环的几个例子

    打印一个*组成的矩形 public static void main(String[] args) { // TODO 自动生成的方法存根 for (int i = 0; i < 5; i++) ...

  2. JavaScript escape() 函数

    JavaScript escape() 函数 JavaScript 全局对象 定义和用法 escape() 函数可对字符串进行编码,这样就可以在所有的计算机上读取该字符串. 语法 escape(str ...

  3. jquery中attr、prop、data

    在高版本的jquery中获取标签的属性,可以使用attr().prop().data(),那么这些方法有什么区别呢? 对于HTML元素本身就带有的固有属性,在处理时,使用prop方法. 对于HTML元 ...

  4. OpenStack镜像制作-CentOS

    云平台中镜像还是很重要的,提供各种定制化的镜像使得用户体验更好. 最开始玩OpenStack的时候用的是安装文档中提到的cirros,其密码cubswin:) 刚开始感觉很怪,现在已经可以随手打出.p ...

  5. jQuery CSS3 照片墙

    <html> <head> <style type="text/css"> .picture-wall-container{ position: ...

  6. MSP430单片机的中断

    这篇文章是从网上转载过来的,原文章地址:http://www.21ic.com/jichuzhishi/mcu/questions/2012-12-21/154794.html 中断是MSP430微处 ...

  7. MacOS上的包管理工具

    众所周知,Linux世界中存在着如apt-get.yum等强大而简单的包管理工具,而在Macos中同样存在类似的东西. 当前比较流行的主要有如下两种: 1.Homebrew(推荐):其官网地址brew ...

  8. Android 之 Spinner

    1:activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/androi ...

  9. css3中的圆角属性

    圆角属性:border-radius <style type="text/css"> .content{ border: 1px solid green; width: ...

  10. poj 3277 Mountains

    http://poj.org/problem?id=3227 #include <cstdio> #include <cstring> #include <cmath&g ...