2

I know the title stinks, but as it says i have no idea what the name is for what i want to create.

I want to do a list of links (or rather a menu if you prefer, but with no drop down), that looks like this:

example of a menu i want to create

This is just an example so it isnt very pretty. Its having those arrows in each box, and have them "connected" to eachother, but each box is an individual element. I think this type of style has a name, what is it called? Will help greatly searching for help.

I wish to achieve this by making the elements purely by CSS, and the closest i have come is help from this page: http://www.css3shapes.com/ but i just cant combine them to create the menu.

Any and all kinds of help is appreciated.

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
Frederik T
  • 533
  • 2
  • 10
  • 30

2 Answers2

2

It's called BreadCrumbs.

It's easier to "paint" it than you think.

Here's a tip:

This is a single arrow:

enter image description here

And the magic:

enter image description here

Reinherd
  • 5,476
  • 7
  • 51
  • 88
1

We used to call it breadcrumbs with arrowboxes. But its up to you. I dont think there is a generic name.
Check out these links
- http://www.red-team-design.com/css3-breadcrumbs
- http://thecodeplayer.com/walkthrough/css3-breadcrumb-navigation

Gopi Krishna
  • 486
  • 2
  • 6