Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7716993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:46:18+00:00 2026-06-01T02:46:18+00:00

Hi while developing a lightbox for a website it seems I made an error

  • 0

Hi while developing a lightbox for a website it seems I made an error in the creation of my code somewhere.If I click the lightbox two times it works normaly and everything is well.But when I try to open it a third time a bug seems to interfere.I have posted the code for the entire website on jsFiddle :

http://jsfiddle.net/Ywpdh/

Pay attention only on the “Login” button on the top right corner.When the Login button is clicked the lightbox appeares you can close it by clicking on the top right rectangle.The bug only appeares after the login button is clicked a third time.At this point the small rectangle seems to behave as if it’s container is given the overflow:hidden property something that is not true.I have tested the code on all modern browser I get the same bug.Can someone please tell me what’s going on?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:46:20+00:00Added an answer on June 1, 2026 at 2:46 am

    Using firebug, the conatiner does get overflow: hidden when the exit div is clicked the 2nd time.

    After reducing the code and commenting out It was the animation of width and height that are causeing the problem.

    searching google for jquery aminate caused overflow: hidden i came accross this SO post

    jQuery .animate() forces style "overflow:hidden"

    So it appears you have to reset the overflow yourself

    Updated your Fiddle

    function lighbox(){
        var width = $(window).width() / 2 - ($('div.lightbox').width() / 2);
        var height = $(window).height()/2 - ($('div.lightbox').height() / 2);
        var body = $('body');
        body.css('overflowY','hidden');
        $('div#bg-lightbox').fadeTo('slow',0.9)
        $('div#lightbox').css({
            'left':width,
            'top':height,
            'overflow': 'visible'     // *** added this line
        }).stop()
            .animate({
                'width':'+=500px',
                'height':'+=250px',
                'left':'-=300px',
                'top':'-=200px',
                'opacity':'1'
            }, 'slow' , 'swing')
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While developing a website, firebug threw me a javascript error linking to the execution
While developing using ASP.net 2.0 (C#) and NHibernate 2.1.0 I am getting the error:
While developing a credit card transaction page for a website to transmit data to
While developing a Google App Engine app, how can client code (i.e., javascript) detect
Do you use Subversion while developing a website with drupal ? I'm not talking
I'm creating a jquery lightbox for a website i'm developing, no thank you i
While developing with Firebug I keep getting this error. pages[x].css(z-index,x) is not a function
I am getting this error while developing a stored procedure Implicit conversion of varchar
While developing a firefox extension, I create a wizard window from overlay.js using: this.wizard
While developing a Grails 1.0.5 app I'm appalled at how slow the grails test-app

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.