Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fgatlin

    (@fgatlin)

    Thank you,
    I tried this in both places in the css with #branding img, and neither worked.

    Currently, I have this is my css:

    #branding {
    	border-top: 2px solid #bbb;
    	padding-bottom: 10px;
    	position: relative;
    	z-index: 9999;
    	background-image:url('http://kuacm.org/marco-test/wp-content/themes/Marco/images/head.png');
     max-width: 100%;
        height: 80px;
        width: auto\9; /* ie8 */
    
    }

    and

    #branding img {
    	background-image:url('http://kuacm.org/marco-test/wp-content/themes/Marco/images/head.png');
    	max-width: 100%;
            height: 80px;
            width: auto\9; /* ie8 */
    }

    Each under the /*header */ in the css.

    Thread Starter fgatlin

    (@fgatlin)

    Solved:

    Realizing I placed the background image tag in the wrong area fixed this.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)