I'm looking for a way to create a unique div design that includes an arrow pointing downwards attached to the bottom. After some exploration, I was able to achieve this look through this process: http://jsfiddle.net/hyH48/.
However, my challenge lies in centering the arrow within the div. In the fiddle provided, the arrow is centered using:
left: 20px;
Is there a dynamic way to ensure that the arrow always appears in the center? Given that users may have different screen resolutions when viewing the page, I can't anticipate the exact integer to use here.
Your assistance would be greatly appreciated!