I am trying to attach an image to a div tag.
<div class="arrow"></div>
.left div.arrow{background-image: url(../images/design/arrow.jpg); float:left;}
Nothing is showing on the html page using this. Am I doing it right? I have the image in the correct folder.
Thanks