Tag Archives: menus

CSS3: Simple Slideout Accordion Menu

In this tutorial we will show you how to create a simple accordion menu with submenu’s that expand out smoothly as someone mouses over the top of them. The simple animation we will be using is CSS3 with no javascript however it is supported by all the major browsers except for IE. With IE the menu will still work with… (more…)

CSS: How to Create a Staggered Menu Layout

In this tutorial we will learn how to create a staggered menu using only CSS. Sometimes we want to break up the structure of a website to give it character and staggering a menu up and done or left and right is one possible way to do this. Usually this is done with images and CSS which is not very… (more…)

CSS: Removing Indents from Lists

Removing indents from lists in CSS is a common problem encountered by a lot of web developers particularly when starting out. Removing the list style from a list often leaves us with an indent that can be rather annoying to remove and when removed in one browser it may not necessarily remove it from another. This is because some browsers… (more…)

CSS Simple Accordion Menu

In this tutorial we will be covering the basics of making a simple accordion menu purely with CSS, no Javascript involved. I do have another Accordion Menu tutorial up on here in there parts but it is actually more of a widget than a proper menu, thus why I am doing the Accordion menu tutorial over again. When Finished our… (more…)

CSS Horizontal Accordion Menu

In 2 of my previous articles I covered how to create a vertical accordion menu using only CSS. In this tutorial I will be showing how to turn that around and create a horizontal accordion menu. So if you are not yet familiar with the basics of the accordion menu check out the HTML and CSS for the vertical accordion… (more…)

CSS Accordion Menu: CSS coding

This is the second part of my tutorial on how to create a slide out accordion menu. In this section we will be covering how to do the CSS to make the Accordion Menu work. If you are not aware of how to do the HTML side of the menu please check out the previous tutorial before continuing with this… (more…)

CSS3 Accordion Menu

In this tutorial we will be covered how to create an accordion menu that once we mouse over an item in the menu it will expand smoothly to show the content inside of it. We will be doing this using CSS3 with no Javascript. I will be splitting this article up into 2 parts, the HTML and the CSS. For… (more…)

CSS Vertical Menu sub-levels

In this article we are going expand on the Hover Menu’s with Images Tutorial I did yesterday By adding pop out sub-level menu’s. We will be expanding on the existing menu so if you don’t know how to create a vertical css menu or need the code please familiarise yourself with that tutorial before proceeding. First step like last time… (more…)

CSS3 Slideout menu animation

As requested here is a simple tutorial on how to create a vertical menu that slides out when moused over. Unlike the standard CSS vertical menu that pops out instantly or simply changes color instantly this menu will slide out smoothly using a few of the CSS3 standards. Before beginning this tutorial it would be a good idea to familiarise… (more…)