gap at top between background & top of image in ff, chrome etc but not ie
  • edit: it was a float issue


    hi... i'm ending up with a 10 px gap between the top of my images and the bottom of the background in nearly every browser except ie. i can fix this somewhat by adding a negative margin to line 230 of the prettyPhoto css file like this:

    .pp_content_container .pp_left {
    margin-top:-10px;
    padding-left:20px;
    }

    however, this makes the height of the top border reduce by half in ie, and though the height is correct in the other browsers, the transition is not smooth: i see sharp square corners at the top of the .pp_content_container div that slowly fades as the image loads. i thought it might be a margin inadvertantly assigned to tags, but i cannot find any in my code. has this happened to anyone else? any ideas how to correct it?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!