Beautiful Breadcrumbs using css3 | Css only Breadcrumbs

Beautiful Breadcrumbs using css3 | Css only Breadcrumbs

Hello friends with this article I am going to share with you a very interactive Breadcrumbs using css and css3 where I will share my some knowledge about css after and before properties and css3 border properties by which you can easily create a cross Brower compatible breadcrumbs for your website very easily.

You can say these breadcrumbs css only breadcrumbs because I will use only css and css3 to make these breadcrumbs.

Here you will get four breadcrumbs. Each breadcrumbs will have some additional properties threw which each will look wise different.

Now I will let you know how I have created this css only breadcrumbs using css3:

First of all create a html structure based on div and ul li tags. Div contains a id each id will contain different style in style sheet to present separate design.  Where we are using ids crumbs1, curmbs2, crumbs3 and crumbs4. These IDs have same internal structure separated by different styles according to their ID.

Now I will tell you how stylesheet structure will work for this html codes.

I will start from ID #crumbs1 it will be a center aligned div taking margin from top 30px to separate each breadcrumbs having different IDs.

List style will be no to avoid list black dot or other styling which is by default. Each list inline div will be list-inline to make it horizontal list using css display:list-inline.

Now I will create a basic structure to make if effective breadcrumb by css

It will be a simple straight list with background and padding and some other styles.

After that I will create triangular structure in right side of each list anchor  using css by playing with broder-properties.

As you can see in code given below:

 

Same I will do with left side anchor by creating another tringle using css as code given below which will same border color as background hold.

 

Here this code creates tringle for both left and right side as given below:

now we will use css code to make list first-child anchor and list last-child anchor to make it default layout so that tringle will not appear in first-child anchor for left and last-child anchor for right side.

Code is given below please check it:

As you can see in demo when we hover on breadcrumbs any list anchor it gives a effect by making it bit dark that means it is visited or hovered or we can present it effect to make it active as active breadcrumbs.

For the following code as given below:

Here you get a details code for all please check It will be more helpful for you :

CSS code for all breadcrumbs:

 

Leave a Reply

Your email address will not be published. Required fields are marked *