I'm working on a navigation bar with horizontal line with arrow and I want to put a border in the triangle like so:
I want it to be like:
Here is the list:
<ul>
<li><a href="#foo" id="foo">foo</a></li>
<li><a href="#bar" id="bar">bar</a></li>
<li><a href="#baz" id="baz">baz</a></li>
</ul>
And here's the demo
EDIT: here's another source, so how can I make it the other way around? I mean the triangle pointer in on the top?