• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    overlay

    Opera for Windows
    2
    2
    747
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • throwcode
      throwcode last edited by

      Hi, I'm having trouble getting an overlay to work properly in the latest Opera browser (v20). It works correctly in IE11 and the latest Firefox but not Opera or GoogleChrome.

      The problem is that the overlay is supposed to darken the background underneath a pop-up dialog. The following is the code for the overlay:

              $('div#'+D_OVERLAY).css({
                  position : 'fixed',
                  bottom : 0,
                  left : 0,  
                  height : '100%',
                  width : '100%',
                  margin : 0,
                  padding : 0,
                  backgroundColor : '#000',
                  opacity : .5,
                  zIndex : 101,
                  display : 'none'
              });
      

      I can actually get Opera to show the background color at 50% opacity if I have the developer - web inspector open; otherwise the background appears transparent.

      Does anyone know why this code is not working without the developer tool loaded?

      Your assistance is greatly appreciated.
      TC

      Reply Quote 0
        1 Reply Last reply
      • sgunhouse
        sgunhouse Moderator Volunteer last edited by

        Where's the rest of it? In this section it is marked as display: "none" so of course is not displayed; presumably the code for your "popup" must change that ...

        Reply Quote 0
          1 Reply Last reply
        • First post
          Last post

        Computer browsers

        • Opera for Windows
        • Opera for Mac
        • Opera for Linux
        • Opera beta version
        • Opera USB

        Mobile browsers

        • Opera for Android
        • Opera Mini
        • Opera Touch
        • Opera for basic phones

        • Add-ons
        • Opera account
        • Wallpapers
        • Opera Ads

        • Help & support
        • Opera blogs
        • Opera forums
        • Dev.Opera

        • Security
        • Privacy
        • Cookies Policy
        • EULA
        • Terms of Service

        • About Opera
        • Press info
        • Jobs
        • Investors
        • Become a partner
        • Contact us

        Follow Opera

        • Opera - Facebook
        • Opera - Twitter
        • Opera - YouTube
        • Opera - LinkedIn
        • Opera - Instagram

        © Opera Software 1995-