Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Safari and background images

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #151122
    herzerskerzer
    Participant

    hi all, Safari has a problem in reading the background in my website. As you can see at that link (http://www.aformulaonehistory.com/), there are 2 lines of a different color near the principal background image.

    EDIT: I think that safari reads the background image, but that doesn’t read the color profile. That’s quite odd, because the image has ICC profile incorporated (as correctly shown in ffox and chrome).

    The structure is like this:

        <div class="background_color">
            <div id="car_in_background">
            </div>
        </div>
    
    
    .background_color { background: url('http://www.mydomain.com/img/image.jpg') repeat; }
    
        #car_in_background {
            background: url('http://www.mydomain.com/img/car.jpg') no-repeat center center;
            background-size:contain;
            height:101%;
            overflow:hidden;
            position:relative;
        }
    

    anyone knows what’s the problem with Safari?

    thanks!

    #151150
    herzerskerzer
    Participant

    thanks for your answer.

    I’m watching now the website on another Mac, and I’ve the same issue. I’m also on 10.8.5 with safari 6.0.5

    Now, another issue… why your browser doesn’t display typekit fonts? :D

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.