trying to figure out how to use a small image (such as a fat arrow) as
a background.  want to be able to re use the arrow and place different
numbers over it. I've tried the following, but the arrow does not
display:

h3 span.arrow{
    height: 5px;
    width: 24px;
    margin: 10px;
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;
}

<h3><span class="arrow">2.</span> something here</h3>

any ideas?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to