• I am getting error messages stating wp-content/themes/images/arrows-ffffff.png is not found.

    I believe there is a minor error in the CSS. The CSS is looking for the file in /wp-content/themes/images/arrows-ffffff.png, yet the file is in public_html/wp-content/themes/wpfolio/.

    Style.css
    .sf-sub-indicator{
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em;/* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(‘../images/arrows-ffffff.png’) no-repeat -10px -100px;/* 8-bit indexed alpha png. IE6 gets solid image only */

The topic ‘arrows-ffffff.png’ is closed to new replies.