Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hi,
    I have a problem with apearing loading.gif at left side of window.
    It is in Firefox only. IE6 works fine.

    Where is a problem?
    • CommentAuthordeathpie
    • CommentTimeMar 14th 2008
     
    I had this problem, too, but it was because I had set all my images to "display: block" via my main CSS file. Changing the images to "display: inline" in the lightbox.css file should fix it.
    • CommentAuthorCrazy
    • CommentTimeMar 22nd 2008
     
    I have similar problem but in IE 6 (FF works fine):

    http://www.huddletogether.com/forum/comments.php?DiscussionID=2128&page=1#Item_2
    • CommentAuthordcdomain
    • CommentTimeMar 23rd 2008
     
    Deathpie, thanks for the heads up. Display:inline didn't work if I had that in my Lightbox.css file, but as soon as I got rid of the display:block in my main CSS file, everything was good. Thanks again!
    • CommentAuthorsanma
    • CommentTimeMay 19th 2008
     
    dcdomain, could you be a little bit more specific? since i can't find exactly what i have to do. Or which one of the "Display:block"s to modificate/delete.

    Thanks!
    •  
      CommentAuthorgavo
    • CommentTimeMar 10th 2010
     
    Hi,

    #loading {
    display:none;
    }

    #outerImageContainer {
    background-color:#000; //for black backgrounded image
    background-image: url('images/loading.gif');
    background-position: center;
    background-repeat: no-repeat;

    this is for me better, then ours fix, this works fine anywhere, anytime and forever.

    Try it

    (sorry my english)