Forums

[resolved] Problems with Firefox compatibility with images (5 posts)

  1. JonathanCutrell
    Member
    Posted 3 years ago #

    Alright, so here is the code I am using:

    .post {
    	padding-left: 8px;
    	padding-bottom: 90px;
    	padding-right: 8px;
    	padding-top: 20px;
    	background-image: url(bottomstripes.png), url(top_left.png), url(top_right.png), url(bottomleft.png);
    	background-position: right bottom, left top, right top, left bottom;
    	background-repeat: no-repeat;
    	border-left-style: none;
    	border-bottom-style: none;
    	border-right-style: none;
    	border-top-style: none;
    	margin-left: -10px;
    	margin-bottom: 20px;
    	background-color: #c7c7c7;

    In Firefox, this shows up with all of the CSS except the background images. On validation, the validator said that there were "too many," which I find odd considering the fact that Safari shows up correctly. What is the answer here?

    Thanks

  2. iridiax
    Member
    Posted 3 years ago #

    The validator knows best. You should only have one url in background-image. Fix your multiple position stuff too.

  3. JonathanCutrell
    Member
    Posted 3 years ago #

    so how to give three more corners? that's what I'm asking.

  4. whooami
    Member
    Posted 3 years ago #

    ffr, dont crosspost like youve done either -- there's 2 threads going now for this one problem. :(

  5. JonathanCutrell
    Member
    Posted 3 years ago #

    I'm sorry; I wasn't sure where to post for the problem. That's the only reason.
    redirect comments to
    http://wordpress.org/support/topic/205310?replies=3

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.