>>http://yakmaster.net/test/arrowtest.html
>
>Kelly,
>
>Have you tried setting the arrow image as a background image on the h3 instead 
>of that span and tried to work things out that way?

Delete the non-breaking spaces from your HTML and change your CSS to the 
following - 

    h3 {
    color:#25427c;
    font-size:0.9em;
    background-image: url(images/orange_indicator.png);
    background-repeat: no-repeat;
    }

    h3 span.orangearrow {
    height: 15px;
    width: 24px;
    margin: 0 10px 0 0;
    font-size: small;
    text-align: center;
    display: block;
    float: left;
    color:white;
    }

~holly 
 
                   
______________________________________________________________________
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