<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Control Toolkit</title><link>http://forums.asp.net/1022.aspx</link><description>Here's your place to discuss everything in and about the AJAX Control Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Modalpopupextender - random page elements appear in front of popup (should be behind dark overlay, inaccessible)</title><link>http://forums.asp.net/thread/3292889.aspx</link><pubDate>Tue, 14 Jul 2009 15:56:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3292889</guid><dc:creator>charmcitycoder</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3292889.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=3292889</wfw:commentRss><description>&lt;p&gt;Ok, so this was a case of position:relative (CSS) on one of the many nested divs encasing the modules that were peeping through. Removing this style or setting position:static fixed the issue. Hope this helps someone else.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Cheers!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Modalpopupextender - random page elements appear in front of popup (should be behind dark overlay, inaccessible)</title><link>http://forums.asp.net/thread/3292611.aspx</link><pubDate>Tue, 14 Jul 2009 14:00:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3292611</guid><dc:creator>charmcitycoder</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3292611.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=3292611</wfw:commentRss><description>&lt;p&gt;I should also add that that this issue is ONLY occurring in the IEs, but not in FF3, FF2, Safari, Opera, Chrome.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Modalpopupextender - random page elements appear in front of popup (should be behind dark overlay, inaccessible)</title><link>http://forums.asp.net/thread/3292548.aspx</link><pubDate>Tue, 14 Jul 2009 13:34:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3292548</guid><dc:creator>charmcitycoder</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3292548.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=3292548</wfw:commentRss><description>&lt;p&gt;I know what z-index is, thanks, but that&amp;#39;s not it. The z-index on the modal background is 10000, and the popup itself is 10001. It should be on top of everything else; there is no z-index set on the elements that are peeping through.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks anyway =)&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Modalpopupextender - random page elements appear in front of popup (should be behind dark overlay, inaccessible)</title><link>http://forums.asp.net/thread/3287218.aspx</link><pubDate>Sat, 11 Jul 2009 07:07:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3287218</guid><dc:creator>IceDog711</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3287218.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=3287218</wfw:commentRss><description>&lt;p&gt;Look up the &amp;#39;z-index&amp;#39; property in css.&amp;nbsp; http://www.w3schools.com/Css/pr_pos_z-index.asp&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;You can control the order in which items are stacked on each other using it.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Modalpopupextender - random page elements appear in front of popup (should be behind dark overlay, inaccessible)</title><link>http://forums.asp.net/thread/3284427.aspx</link><pubDate>Thu, 09 Jul 2009 18:43:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3284427</guid><dc:creator>charmcitycoder</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3284427.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=3284427</wfw:commentRss><description>&lt;p&gt;I have dashboard/portal type site using DotNetNuke that contains several nested controls and modules.&lt;/p&gt;&lt;p&gt;There are two popups that work perfectly, however two other popups work ok, except that several page elements (divs, images, etc) appear on top of the grayed-out overlay.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve seen a few posts about some of these elements having position:relative on them, but none of mine do. It&amp;#39;s also weird that half of the popups do not act the same way.&lt;/p&gt;&lt;p&gt;I compared the attributes on the modalPopupExtender tag and they&amp;#39;re all using the same thing. &lt;/p&gt;&lt;p&gt;I&amp;#39;m wondering if the location of the modalpopup call within the page or control has something to do with it. I&amp;#39;m posting my code, but I&amp;#39;m not sure how much one can glean from it. Like I said, this page has several controls and modules; this is probably going to be like looking for a needle in a haystack. &lt;/p&gt;&lt;p&gt;That said, I&amp;#39;m hoping maybe someone has experienced something similar and had figured out a solution. Any help is greatly appreciated. Thanks!&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="c-sharp"&gt; &amp;lt;act:ModalPopupExtender id=&amp;quot;eiMPE&amp;quot; runat=&amp;quot;server&amp;quot; 
            TargetControlID=&amp;quot;eiDummy&amp;quot; PopupControlID=&amp;quot;eiPopUp&amp;quot; 
            BackgroundCssClass=&amp;quot;modal-bg&amp;quot;/&amp;gt;
        
        
    &amp;lt;asp:Panel ID=&amp;quot;eiPopUp&amp;quot; runat=&amp;quot;server&amp;quot; Style=&amp;quot;display:none;&amp;quot; 
               CssClass=&amp;quot;popupPanel essential&amp;quot;&amp;gt;
        &amp;lt;div class=&amp;quot;popTop&amp;quot;&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;asp:UpdatePanel ID=&amp;quot;IEpopupUP&amp;quot; runat=&amp;quot;server&amp;quot; ChildrenAsTriggers=&amp;quot;true&amp;quot; 
                    UpdateMode=&amp;quot;Always&amp;quot;&amp;gt;
            &amp;lt;Triggers&amp;gt;
                &amp;lt;asp:AsyncPostBackTrigger ControlID=&amp;quot;ShowItems&amp;quot; /&amp;gt;
            &amp;lt;/Triggers&amp;gt;
            &amp;lt;ContentTemplate&amp;gt;
                &amp;lt;div class=&amp;quot;popupContent&amp;quot;&amp;gt;
                    &amp;lt;asp:LinkButton ID=&amp;quot;eiCancel&amp;quot; CssClass=&amp;quot;popupCancel&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Close&amp;quot;
                        OnClick=&amp;quot;cancel_Click&amp;quot; CausesValidation=&amp;quot;false&amp;quot; /&amp;gt;
                    &amp;lt;uc1:EssentialItemsPopUp ID=&amp;quot;EssentialItemsPopUp1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/ContentTemplate&amp;gt;
        &amp;lt;/asp:UpdatePanel&amp;gt;
        &amp;lt;div class=&amp;quot;popBot&amp;quot;&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;/asp:Panel&amp;gt;


&amp;lt;uc1:EssentialItemsPopUp.... &amp;gt; is a control containing the popup content code:


&amp;lt;div class=&amp;quot;popup-essentials&amp;quot;&amp;gt;
    &amp;lt;h1 style=&amp;quot;width:auto !important;&amp;quot;&amp;gt;
        ESSENTIAL ITEMS
    &amp;lt;/h1&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div class=&amp;quot;popup-essentials popup-generic-container&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;
    &amp;lt;div id=&amp;quot;header1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
        &amp;lt;h2&amp;gt;
            Your Vault contains &amp;lt;strong&amp;gt;&amp;lt;asp:Label ID=&amp;quot;lblContains&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&amp;lt;/strong&amp;gt; 
            out of 
            &amp;lt;strong&amp;gt;&amp;lt;asp:Label ID=&amp;quot;lblTotal&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&amp;lt;/strong&amp;gt; essential items
        &amp;lt;/h2&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div id=&amp;quot;headerFull&amp;quot; runat=&amp;quot;server&amp;quot; class=&amp;quot;header&amp;quot; visible=&amp;quot;false&amp;quot;&amp;gt;
        You have &amp;lt;em&amp;gt;all the essential items&amp;lt;/em&amp;gt; loaded!
        &amp;lt;p class=&amp;quot;smaller-header&amp;quot;&amp;gt;Make sure you add all necessary details and attachments.&amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
    
    &amp;lt;asp:Repeater ID=&amp;quot;EssentialItems&amp;quot; runat=&amp;quot;server&amp;quot; OnItemDataBound=&amp;quot;EssentialItemsDataBound&amp;quot;&amp;gt;
        &amp;lt;HeaderTemplate&amp;gt;
            &amp;lt;div class=&amp;quot;icons-container&amp;quot;&amp;gt;
        &amp;lt;/HeaderTemplate&amp;gt;
        &amp;lt;ItemTemplate&amp;gt;
                &amp;lt;div&amp;gt;
                    &amp;lt;asp:Label ID=&amp;quot;image&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;
                    &amp;lt;asp:Label ID=&amp;quot;text&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;
                &amp;lt;/div&amp;gt;
        &amp;lt;/ItemTemplate&amp;gt;
        &amp;lt;FooterTemplate&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/FooterTemplate&amp;gt;
    &amp;lt;/asp:Repeater&amp;gt;
&amp;lt;/div&amp;gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>