Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to draw lines through Bootstrap vertical dividers?

I'm using Twitter Bootstrap I need to draw menu line this: https://www.dropbox.com/s/hl8moeabxxecu8j/dropdown.png .

So I need draw lines through vertical dividers.

Here what I have now - http://jsfiddle.net/KckU3/8/

I can't get how to make it ?

like image 203
deny7ko Avatar asked Jul 09 '12 06:07

deny7ko


People also ask

How do you make a vertical separator line in HTML?

To make a vertical line, use border-left or border-right property. The height property is used to set the height of border (vertical line) element. Position property is used to set the position of vertical line. Example 1: It creates a vertical line using border-left, height and position property.


1 Answers

simply use

<hr class="divider">

that should give you what you want

like image 182
Henry Okwuenu Avatar answered Oct 14 '22 03:10

Henry Okwuenu