Rank: Member Groups: Member
Joined: 9/1/2010 Posts: 28
|
I want a popup window like on a imac. I tried several. Problem I have is the ShowEffect-Duration="500" No matter what i put in duration, it shows up instantly. I even tried 5000 and it still popped right up. Thx!
<eo:Dialog ID="Dialog1" runat="server" Height="200px" Width="400px" ShowButton="Button1" CancelButton="Button2" BackColor="#FFFF66" BorderStyle="Solid" BorderWidth="4px" BackShadeColor="#CCCCCC" BackShadeOpacity="80" ShadowColor="Aqua" TopMost="True" ShowEffect-Duration="500" ShowEffect-Type="BlindsUp" CloseEffect-Type="Fade"> <ContentFrameStyle CssText="" /> <ContentTemplate> blah </ContentTemplate> <FooterTemplate> footer blah <asp:Button ID="Button2" runat="server" Text="Button" /> </FooterTemplate> </eo:Dialog>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Please try one of the SlideXXX or GlideXXX effects. Other effects are for old IE filters and they are not supported by newer version of IEs or any other browsers.
Thanks!
|