Skip to main content

Home/ CSS Evangelist/ Group items tagged menu

Rss Feed Group items tagged

mikhail-miguel

13styles.com :: Navigation menus online - 0 views

  • Saturday   Photoshop template included for color customization. Pre-built in light green/auburn. Dolphin   Photoshop template included for color customization. Pre-built in blue. Fox   Photoshop template included for color customization. Pre-built in red. Background color controlled in css. Slate   Photoshop template included for color customization. Pre-built in red, blue, green and purple. Wax   Photoshop template included for color customization. Pre-built in blue, orange, red, green and grey. Style #1 Photoshop template not included. Pre-built in grey/blue. Style #2 Photoshop template not included. Pre-built in grey/blue. Style #4 Photoshop template not included. Pre-built in red/grey. Top red line controlled via CSS. Style #5 Photoshop template not included. Pre-built in dark blue. Bottom pink-ish line controlled nia CSS.    
yc c

Dynamic Drive CSS Library- Practical CSS codes and examples - 0 views

  • var rate87=new rateit(87, "26", "090%") rate87.displaytext("26") 4.5 CSS Gradient Shadow var rate74=new rateit(74, "72", "078%") rate74.displaytext("72") 3.9 CSS Thick Tabs var rate47=new rateit(47, "71", "080%") rate47.displaytext("71") 4 SuckerTree Vertical Menu (v1.1) var rate52=new rateit(52, "60", "074%") rate52.displaytext("60") 3.7 Overlapping horizontal tabs var rate51=new rateit(51, "128", "080%") rate51.displaytext("128") 4 Animated link underlines var rate50=new rateit(50, "78", "075%") rate50.displaytext("78") 3.8 SuckerTree Horizontal Menu <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xm
Charles Gnilka

10 Image Free Sexy CSS Menu and How to Create One | Desizn Tech - 0 views

  •  
    It has been while since we did any CSS menu post here. Who said you can't make sexy, cool looking menu with CSS ? Today we bring you 10 Free sexy CSS menu and tutorial on how to create one. As usual they are free for personal use. Most the of menus are created using using  CSS and CSS3 propety-webkit-border-radius and -moz-border-radius.
anonymous

13 Awesome Javascript CSS Menus - 0 views

  • 13 Awesome Javascript CSS Menus Posted in: Ajax, Javascript, CSS 31 Comments, Add a Response
Shila N Laing

Simple CSS vertical menu Digg-like - 2 views

  •  
    css vertical menu, digg style menu
mikhail-miguel

37 navigation techniques - 0 views

  • ...1 more annotation...
  • Hybrid CSS Dropdowns Photo Matt Intelligent Menus Inverted Sliding Doors Tab // 456bereastreet.com Accessible Image-Tab Rollovers // Simplebits Simplebits Mini-Tabs Simplified CSS Tabs // Simplebits Tabtastic
tech vedic

How to shutdown, restart or hibernate Windows 8.1 PC Using "Win+X" Menu? - 0 views

  •  
    Removal of traditional shutdown, restart or hibernate option has puzzled a lot to Windows 8 users. And understanding the concern, Microsoft has added these power options in "Win+X" Menu under Windows 8.1, which we also call "Quick Access Menu."
Eyup Fuvtev

120 Excellent Examples of CSS Horizantal Menu - 1 views

  •  
    120 Excellent Examples of CSS Horizantal Menu
anonymous

CSS Dock Menu - 0 views

  • 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.
tech vedic

How to Clean Up Your Messy Windows Context Menu? - 0 views

  •  
    After installing bunch of applications, the context menu gets cluttered. Thus, it is important to clean those applications.
Jonathan Mike

GRC's Script-Free Pure-CSS Menuing System - 0 views

  •  
    The menuing system incorporates a number of features that may not be immediately apparent, but which were crucial for real use and which, at the time it was developed, made it unique on the Web
Bartłomiej Małysz

Creating a Slick Auto-Playing Featured Content Slider - 0 views

  •  
    nice menu building technique
  •  
    Dynamic, sliding JS based on JQuery menu with sliding images (used by wp.pl, itc.com, etc.)
Uzair Ahmed

Dolphin | 13styles CSS Menus - 0 views

  •  
    Pre-built in blue. Our most popular menu.
kie guy

100+ Massive CSS Toolbox | tripwire magazine - 0 views

  •  
    100+ CSS Tool box including layout/menu generators and more
  •  
    CSS Cheat Sheets CSS Need to know Stuff CSS Tutorials CSS Layout Tools CSS Navigation and Menus Tools Other CSS Tools CSS Web Designs
Andrea Micheloni

How to Code an Overlapping Tabbed Main Menu | Codepal - 4 views

  •  
    A nice css tutorial for tabbed menu.
Andrea Micheloni

Step by Step Menu a 'Wizard Lke' - CSS - Tutorials - Vision.To Design - 4 views

  •  
    A simple and nice Step by Step Menu a 'Wizard Lke' with css
Vernon Fowler

An introduction to LESS, and comparison to Sass | Smashing Coding - 0 views

  • The only difference in variables between LESS and Sass is that, while LESS uses @, Sass uses $. There are some scope differences as well, which I’ll get to shortly.
  • With Sass, you declare @mixin prior to the style to identify it as a mixin. Later, you declare @include to call it.
  • Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
  • ...8 more annotations...
  • .border-radius( @radius: 3px ) { -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; }
  • The syntax in Sass is very similar to that of LESS. Just use the $ for variables, and call the mixins with the @mixin and @include method mentioned earlier.
  • Selector Inheritance Here’s something not provided in LESS. With this ability, you can append a selector to a previously established selector without the need to add it in a comma-separated format. .menu { border: 1px solid #ddd; } .footer { @extend .menu; } /* will render like so: */ .menu, .footer { border: 1px solid #ddd; }
  • With LESS, you can nest ids, classes and elements as you go.
  • You can also refer in element styles to their pseudo-elements by using the &amp;, which in this case functions similar to this in JavaScript.
  • Sass is a lot more versatile with numbers than LESS. It has built into it conversion tables to combine comparable units.
  • Sass seems to have a lot more color options — not that I would need them all. Lighten and darken are the only ones that I see myself using often.
  • Conditionals and Control This is rather nifty, and another thing not provided by LESS. With Sass, you have the ability to use if { } else { } conditional statements, as well as for { } loops. It supports and, or and not, as well as the &lt;, &gt;, &lt;=, &gt;= and == operators.
1 - 20 of 97 Next › Last »
Showing 20 items per page