<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[overlay]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">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:</p>
<pre><code>        $('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'
        });
</code></pre>
<p dir="auto">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.</p>
<p dir="auto">Does anyone know why this code is not working without the developer tool loaded?</p>
<p dir="auto">Your assistance is greatly appreciated.<br />
TC</p>
]]></description><link>https://forums.opera.com/topic/1987/overlay</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 09:56:12 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/1987.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Apr 2014 20:26:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to overlay on Sat, 12 Apr 2014 06:30:23 GMT]]></title><description><![CDATA[<p dir="auto">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 ...</p>
]]></description><link>https://forums.opera.com/post/34755</link><guid isPermaLink="true">https://forums.opera.com/post/34755</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Sat, 12 Apr 2014 06:30:23 GMT</pubDate></item></channel></rss>