基于CSS的网站导航菜单

所属分类: 网页制作 / CSS 阅读数: 1575
收藏 0 赞 0 分享

基于CSS的网站导航菜单.
Loodo
A colorful menu that adds to the feel of the website.
Screenshot
Acko.net
Steven Wittens takes a look at the navigation menu from a quite unusual perspective.
Screenshot
Web Design Ledger
Web Design Ledger has an excellent menu; its large size is convenient but doesn’t intrude on the content.
Screenshot
UX Booth
UX Booth uses a a stylish text box under the navigation as a sort of subtext for each menu item.
Screenshot
Nopokographics
Vertical navigation menus are used very rarely, for the simple reason: they are harder to use. However, some designers risk unusual approaches. Nopoko Graphics uses an arrow and a hover-effect for its vertical navigation menu.
Screenshot
Icon Designer
This website uses a large image-based menu on the home page. The user’s attention is drawn directly to this large menu, making it convenient for users.
Screenshot
Cosmicsoda
This large and colorful menu is very noticeable and uses a slight hover effect to further define the menu items.
Screenshot
Designsensory
An intuitive drop-down navigation that uses 2 colors effectively to communicate the active navigation item and the passive ones.
Screenshot
Smallstone
Smallstone, a U.S. record label, presents its navigation menu in the form of a the so-called Space Echo Roland SE-201.
Screenshot
TNVacation
It’s pretty hard to find a nice-looking drop-down menu. This one is a beautiful exception.
Screenshot
Clearleft
Clearleft uses a couple of paper pieces for its navigation.
Screenshot
#p#
基于CSS的网站导航菜单.
45royale
A simple, clean and beautiful navigation with a nice hover effect.
Screenshot
Design Intellection
An excellent example of block navigation that shows how effectively “speaking” hover effects can be used with a clean and simple navigation menu.
Screenshot
Ronnypries.de
A navigation menu doesn’t have to look like a traditional navigation menu. Ronny Pries uses a floor plan to lead site visitors through the pages of the site.
Screenshot
Jiri Tvrdek
Jiri Tvrdek presents the navigation options of his site as leaves on a tree. Creative, unusual and memorable.
Screenshot
Water’s Edge Media
Patricia Abbott uses clothespins for the navigation options.
Screenshot
Matt Dempsey
Matt Dempsey highlights his navigation options with a brush stroke.
Screenshot
Cognigen
The current navigation option is pressed — clear and intuitive.
Screenshot
District Solutions
Vertical tabs are used very rarely. But they can look good!
Screenshot
Jayme Blackmon
Jayme Blackmon seems to like setting “done”-marks…
Screenshot
Jeff Sarmiento
Why not try a sloping navigation options once in a while?
Screenshot
#p#
基于CSS的网站导航菜单.
Studioracket
A really unusual navigation menu that uses some kind of a mindmap to illustrate the navigation. And, apart from that, the navigation menu is hand-drawn!
Screenshot
Cultured Code
A subtle yet distinct menu that is out of the way of content. Excellent colors and a nice hover effect also add to the menu.
Screenshot
Nando Designer
This Portuguese designers uses handwriting and a piece of paper for its main navigation.
Screenshot
Bonfiremedia
Sometimes typography is just enough…
Screenshot
Artgeex
Vivid typography in use.
Screenshot
Gloobs
Some designers integrate a stamp in the contact navigation option.
Screenshot
South Creative
This website uses large navigation buttons and has a good hover effect.
Screenshot
Mac Rabbit
One more example of a large and clean menu. This one uses icons to aid the reader in recognizing each item’s function.
Screenshot
RapidWeaver
This menu has a clean and smooth layout, and it has a great sub-menu that uses transparency to separate it from the main menu.
Screenshot
DFW UPA
Icons reinforce the menu items on this website and add emphasis to each option.
Screenshot
Revolution Driving Tuition
This website has a great grunge style, and the menu fits right into the layout.
Screenshot
Duarte Pires
This menu is located close to the content, where it is easy to use. It uses large icons, which adds a visual element to the navigation. Also, the menu on other pages uses the same icons in a vertical layout, bringing consistency to the website. The icons may not fit perfectly, but it’s a nice idea.
Screenshot
Valetin Agachi
This navigation has a rather unique style that emphasizes selected items. Also, the menu layout stays consistent throughout the whole website.
Screenshot
Tutorial9
Tutorial9 recently got a nice redesign, which came with a very usable and well-organized menu.
Screenshot
更多精彩内容其他人还在看

CSS配合JavaScript做酷的动态页面效果

  利用CSS配合JavaScript的可以做很多更酷的动态页面效果,在本教程的最后给大家简单介绍一下CSS配合JS的应用。首先,要搞清楚事件和动作的概念。在客户端脚本中,JavaScript 通过对事件进行响应来获得与用户的交互。例如,当用户单击一个按钮或者在某段文字上移动鼠标
收藏 0 赞 0 分享

WEB标准,Web前端开发工程师必备技术列表

  想要打造并拥有一流的Web产品开发团队,在团队成员基础能力上一定要下功夫。对于Web前端产品开发来说,仅仅掌握Web1.0时代简单的"网页套接"是完全不够的。我结合自己的团队配备,特此罗列了Web前端产品工程师所涉及的技能列表如下:   通过许多实际项目,
收藏 0 赞 0 分享

用CSS制作Alpha滤镜测试板

alpha滤镜给制作网页特效提供了较大的创作空间,但由于它控制参数较多,在实际应用时,为了确定一组合适的参数值,不得不反复调整修改,在编辑窗口和预览窗口来回倒腾,甚是麻烦,本文介绍了一种简单的方法。制作一个“Alpha滤镜参数测试板”,在测试板上输入参数
收藏 0 赞 0 分享

非常流行的所谓的气泡窗口

普通的Alt无法自定义风格,而Sweet Titles通过JS脚本与CSS的集合.自定义了这种伪Alt风格. 前一段时间非常流行的,就所谓的气泡窗口(鼠标移到链接处出现的). 我们这里实现的用的是Sweet Titles的插件.显示效果完全由CSS控制.. 先下载Sweet Ti
收藏 0 赞 0 分享

CSS教程:li和ul标签用法举例

LI代码的格式化: A).运用CSS格式化列表符: ul li{ list-style-type:none; } B).如果你想将列表符换成图像,则: ul li{ list-style-type:none; list-style-image: url(/blog/images/
收藏 0 赞 0 分享

CSS教程:CSS中的定位(position)

  使用CSS来定位页面内层的位置,一直是比较难以掌握的事情,很多时候,往往被绝对定位的元素,总是以浏览器的左上角为坐标原点,此时,如果浏览器的大小改变,被定义的层就会偏离设计想要的位置,让人很挠头。   其实,要想控制好层的绝对定位,只要理解CSS中关于定位
收藏 0 赞 0 分享

CSS教程:盒模型(BOX Model)

  如果想熟练掌握DIV和CSS的布局方法,首先要对盒模型有足够的了解。每个HTML元素都可以看作一个装了东西的盒子,盒子里面的内容到盒子的边框之间的距离即填充(padding),盒子本身有边框(border),而盒子边框外和其他盒子之间,还有边界(margin),如图1所示。
收藏 0 赞 0 分享

无延迟翻滚的图形与CSS混合风格按钮

  在一个具有图形背景的按钮中添加CSS风格的文本,这种建立按钮的方法结合了具有CSS翻滚(CSS rollover)标记的开发速度和效率,从而有效地提高按钮外表图像的三维效果。   相比于常规的图形按钮,这些图形/CSS混合按钮可易于建立和载入,因为你只需要为空白按钮外面
收藏 0 赞 0 分享

css里expression实现界面对象的批量控制

用过css样式我们就知道, 可以定义一批对象的class属性来指定同一个样式来统一界面. 但如何统一同类型的对象的事件? 比如:界面有无数个 <img src="**.jpg"> 如何实现鼠标经过此图片, 图片的src变成是**_over.jpg?
收藏 0 赞 0 分享

CSS教程:水平对齐(text-align)

  水平对齐(text-align),用以设定元素内文本的水平对齐方式。   1.语法   text-align具体参数如下: 语法:text-align:left|right|center|justify 说明:设定元素内文本的水平对齐方式。 参数:left:左
收藏 0 赞 0 分享
查看更多