I'm having a lot of trouble trying to build this multistep form with tabs. Here's the design so you can have an idea what I'm trying to do:
What is giving me a really hard time is the arrow kinda thing at the end of each tab; I was trying to do this using css borders to draw the triangles, but can't find a way to make it look similar to the design. Do I really need to use background images to do this? Any help will be really appreciated.
<ul>
<li>
<span>text</span>
<span>number</span>
</li>
<li>
<span>text</span>
<span>number</span>
</li>
<li>
<span>text</span>
<span>number</span>
</li>
</ul>