I have a CSS class Modal which is absolutely positioned, z-indexed above it\'s parent, and nicely positioned with JQuery. I want to add a caret image (^) to th
Modal
1.this is my answer for your problem.
.ModalCarrot::before { content:''; background: url('blackCarrot.png'); /*url of image*/ height: 16px; /*height of image*/ width: 33px; /*width of image*/ position: absolute; }