Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

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

    • CommentAuthorlerouxjul
    • CommentTimeOct 24th 2006
     
    Hello everybody, from France.
    First , this is a very good job.

    In the gallery, when I click to enlage pictures, I just want to have a background all filled in black, without alpha transparency.
    How can I remove the alpha transparency filter ?

    Thanks for all yours answers.
    Julien.
    • CommentAuthorlerouxjul
    • CommentTimeNov 4th 2006
     
    Nobody have an idea?
    • CommentAuthorlerouxjul
    • CommentTimeNov 10th 2006
     
    always nobody....:-(
    • CommentAuthorDuco
    • CommentTimeNov 11th 2006
     
    Hi Julien,

    Change in ./_jgfw_/css/lightbox.css

    #overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000; <--
    filter:alpha(opacity=100); <--
    -moz-opacity: 1.0; <--
    opacity: 1.0; <--
    }

    Hopes this helps.

    Duco
    • CommentAuthorlerouxjul
    • CommentTimeNov 13th 2006
     
    thanks very much for your answer...but I have already removed these lines and that not work at all.
    Thats's strange because there is no opacity under Opera browser but the opacity is allways here with firefox and IE.
    We can allways see the background of the web site with firefox and IE.

    Have you got another idea ?
    • CommentAuthorlerouxjul
    • CommentTimeNov 13th 2006
     
    I have tryed this :

    #overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    }

    and thiis :
    #overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    }

    and it's allways the same thing : We can allways see the background of the web site with firefox and IE.

    Any idea?
    • CommentAuthorlerouxjul
    • CommentTimeDec 3rd 2006
     
    nobody?
    • CommentAuthorlerouxjul
    • CommentTimeDec 20th 2006
     
    please..any other idea?
    • CommentAuthorlerouxjul
    • CommentTimeJan 18th 2007
     
    SNIF..Nobody really can help me?
    • CommentAuthorlerouxjul
    • CommentTimeMar 9th 2007
     
    ALWAYS NOBODY?
    • CommentAuthorsamoht
    • CommentTimeMay 8th 2007
     
    line 320 lightbox.js:

    new Effect.Appear('overlay', { duration: 0.2, from: 0.0, to: 0.8 });

    change the opacity value (0.8 ) to the desired value. for complete black the value ist: 1.0


    Greetz, Thomas.