Is there a way to implement this specific object as a DIV using HTML and CSS?
I've set up a jsfiddle for testing purposes: http://jsfiddle.net/fz4f4xjv/2/
Here's the code I currently have, but I'm unsure how to add the arrow at the bottom:
<div id="menuSelected"></div>
#menuSelected {
width: 250px;
height: 35px;
background-color: #368EC5;
}
Appreciate any help, thanks!