0

I want to separate certain elements in a dropdown menu option, with a simple solid divider. Ideally I want to have the links 'Pinterest', 'Twitter', 'Bloglovin' and 'Instagram' to appear above this divider and the link 'Email' to appear below the divider. So essentially I'm separating the first half of links from the second half with a divider.

Below is the html coding to the dropdown menu:

<li><a href='#'>Social</a>
<ul>
<li><a href='http://www.pinterest.com/blankesque'>Pinterest</a></li>
<li><a href='http://www.twitter.com/itsblankesque.com'>Twitter</a></li>
<li><a href='http://www.bloglovin.com/people/aladyinwhite-8315551'>Bloglovin</a></li>
<li><a href='http://www.instagram.com/blankesque/blankesquexo'>Instagram</a></li>
<li><a href='mailto:blankesque@hotmail.com'>Email</a></li>

</ul></li>

The link to my site is as follows - http://www.blankesque.com.

Any help with this issue would be greatly appreciated. Thank you in advance.

Iram

Iram
  • 95
  • 1
  • 3
  • 12
  • @JacobGray - I think you can use the same concept, though. – Johnny Bones Nov 13 '15 at 16:18
  • @JohnnyBones not really, ` – Jacob G Nov 13 '15 at 16:20
  • @JohnnyBones They've told us what he's trying to do. They haven't told us what they tried, what's not working, etc. – ceejayoz Nov 13 '15 at 16:24