The navigation menu at the top of the http://www.playframework.org site features a small arrow pointing upward for the currently selected section (Home, Learn, Download,…). I tried to get behind the implementation they used, but I can’t wrap my head around it – the resource does not show up in Chrome’s Resources window, and an inspection of the elements did not show any signs of a background image, nor a JS interceptor (although I might have missed that). What in hellhound’s name is going on there? 🙂

This is the HTML:
And the magic happens in this piece of CSS:
The technique is called CSS arrows, you can find a lot of articles and examples on the net
(EDIT:
@jeroenposted a very good one).