Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Maximum ASP
  Ads  
Engage Software - Training Partner for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
Verndale
The Official Microsoft ASP.NET Website
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Extend It! ( Pr...  GUI problem Modal Popup with user control on IE7
Previous Previous
 
Next Next
New Post 10/24/2007 8:12 AM
Resolved
User is offline sainyam
5 posts
10th Ranked


GUI problem Modal Popup with user control on IE7 

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 8:14 AM
Accepted Answer 
User is offline Chris Hammond
2951 posts
www.engagesoftware.com
5th Ranked








Re: GUI problem Modal Popup with user control on IE7 

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
Engage Software
St. Louis, MO
314.966.4000


The leading provider of DotNetNuke skinning, training and custom module development.
Official DotNetNuke® Training Provider
 
New Post 11/19/2007 10:47 PM
User is offline sainyam
5 posts
10th Ranked


Re: GUI problem Modal Popup with user control on IE7 

thanx for helping my....

 
New Post 3/22/2008 9:15 PM
User is offline nirmal
34 posts
10th Ranked


Re: GUI problem Modal Popup with user control on IE7 

did u solve the problem ??

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

 

 
New Post 3/23/2008 8:55 AM
User is offline Hooligannes
1589 posts
www.nesinteractivos.com
5th Ranked






Re: GUI problem Modal Popup with user control on IE7 

Read the reply from Chris


Do you know the truth when you hear it?
The Dúnadan Raptor
Check My Blog for DNN advice and more
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Extend It! ( Pr...  GUI problem Modal Popup with user control on IE7
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


AfterImage Internet Consulting and SEO Services
AfterImage provides search engine optimization (SEO), Internet consulting and hosting services for the Windows platform (IIS, ASP, SQL Server).
www.afterimage.nl/
Alki Homes - Seattle, WA
Exemplary service for your Seattle Real Estate needs. It's what you deserve from your Realtor®!
www.alkihomes.com
Swanzey Internet Group LLC
DotNetNuke design, development, e-Commerce, hosting, maintenance, and training. Exclusively DotNetNuke.
www.swanzey.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP