Forums

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

Home Forums CSS photos showing up in Safari but not in Firefox 18.01

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

    little help. I am lauching a new site
    http://www.thomasdrotardesign.com/setdesign.html

    at the bottom of the page i have a component swiper. in safari if you swipe the page you will see background images. But in Firefox the images are not not showing at all.

    I redid the photos in photoshop cs6 to make sure they are rgb and saved for web.

    my css is as follows…

    .drotarTwoPhoto {
    margin-left: 10px;
    margin-top: -0px;
    width: 725px;
    height: 483px;
    background-image: url(i/two.jpg);
    background-repeat: no-repeat;
    }

    my html code for this is:

    PAGE TWO START


    –>

    AOL

    COMMERCIAL

    SET DESIGN SAMPLES

    This spot asked for the facade of the house to fall down on cue. We chose an existing house at Universal Studios backlot and built a front room addition with a large iron hinge front wall that could be pulled down and returned for numerous takes.

    FACADE COMING DOWN

    SWIPE OR CLICK
    HERE FOR NEXT

    PAGE TWO FINISH


    –>

    I tested the link in firefox to make sure it was there and it is:

    http://www.thomasdrotardesign.com/setdesign/setDesignBottomFoto/i/two. jpg

    any idea why it is not showing in Firefox 18.01?

    [email protected]

    #122217
    wolfcry911
    Participant

    change the z-index on .blackbottom to -1

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