Forum Replies Created

Viewing 1 replies (of 1 total)
  • I am using NextGEN Gallery on my website and I my galleries show up just fine in Firefox and IE8 except on my home page. I have php embedded into my home page body that pulls in the NextGEN Widget so I have 4 random images from my galleries displayed on my home page. I modified the Sidebar widget location in the nggallery.css file so the 4 images display in a row in IE8, but Firefox still displays them in a column. Here is what that part of my css file looks like:

    /* ———– Sidebar widget ————-*/
    .ngg-widget,
    .ngg-widget-slideshow {
    overflow: hidden;
    margin:0pt;
    padding:5px 0px 0px 0px;
    text-align: left;
    }

    .ngg-widget-thumbnail img {
    background-color:#FFFFFF;
    border:1px solid #A9A9A9;
    display:block;
    margin:4px 0px 4px 5px;
    padding:4px;
    position:relative;
    }

    .ngg-widget img {
    float: left;
    border:1px solid #A9A9A9;
    margin:0px 10px 0px 0px;
    padding:4px;
    position: relative;
    display: block;
    }

    Many thanks in advance!

Viewing 1 replies (of 1 total)