Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0GUI problem Modal Popup with user control on IE7GUI problem Modal Popup with user control on IE7
Previous
 
Next
New Post
10/24/2007 10:12 AM
 

Hi all,

I work on DNN and I am using Modal Popup extender on a web user control. On firefox it runs smoothly but on IE7 there is some issue with the GUI. Once the popup appears the entire page's width and height goes haywire. The page's size increases and as you scroll right or left the page size continues to increase. The css that I apply to the modal popup - "background css", wherein I have specified - "background-color:gray" but instead of the background appearing gray the extra height that gets added to the page appears gray and it looks all messed up. Even my menu items shift to the right as I scroll right :(

The details are given below:

.ascx file code

========================

<asp:Button ID="Button1" runat="server" Text="Button" />



<div ID="NewPlaylist" Class="modalPopup" style="display:none;width:400px">
<asp:Label ID="lblNewPlaylist" runat="server" Text="New playlist name"></asp:Label>
    <asp:TextBox ID="txtNewPlaylistName" runat="server"></asp:TextBox>
    <asp:Button ID="btnAddPlaylist" runat="server" Text="Add" />
    <asp:Button ID="btnCancelPlaylist" runat="server" Text="Cancel" />
</div>

<cc1:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="Button1"
 PopupControlID="NewPlaylist" OkControlID="btnAddPlaylist" CancelControlID="btnCancelPlaylist" BackgroundCssClass="XPopUpBackGround" X="100" Y="100">
</cc1:ModalPopupExtender>

 

css

================

.XPopUpBackGround
{
    top:0px !important;
    left:0px !important;
    position:absolute !important;
    background:#ffffff ;
    filter:alpha(opacity=70) !important;
    opacity:0.7 !important;  
    z-index:1 !important;

}
.modalPopup {
    background-color:#ffffdd;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    z-index:10001;   
}

 

 
New Post
10/24/2007 10:14 AM
Accepted Answer 

I've found it best to make sure my skins use the doctype XHTML Transitional 1.0 when using Ajax controls. Here's a link to an entry on how to setup your skins to use that doctype.

http://www.engagemodules.com/Modules/EngagePublish/PublishWiki/tabid/66/topic/Setup+your+skins/Default.aspx

 


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
11/20/2007 1:47 AM
 

thanx for helping my....

 
New Post
3/22/2008 11:15 PM
 

did u solve the problem ??

i am having the same problem and want to know how to solve that.

 

 
New Post
3/23/2008 10:55 AM
 

Read the reply from Chris


Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0GUI problem Modal Popup with user control on IE7GUI problem Modal Popup with user control on IE7


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out