模态弹出式扩展器 [英] Modal pop up extender

查看:69
本文介绍了模态弹出式扩展器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我单击模式弹出扩展器中的按钮时,控件向左移动.所以如何避免它.我已经格式化了表格中的控件.

when i click on button in modal pop up extender, controls are moving bit left. so how to avoid it. i have formatted the controls in table.

推荐答案

这是设计问题,请使用Div和Proper Css类来实现;
并且还要在其他浏览器中检查它,因为有时是浏览器兼容性问题,
我使用That Css For Modal Popup扩展器,因此Extender始终位于中心,


.modalPopupCss
{

背景颜色:黑色; /**或#ffffff或其他您喜欢的颜色*/
过滤器:alpha(opacity = 90); /*比Firefox 0.9早*/
-莫兹不透明度:0.4; /* Safari 1.x(预安装WebKit!)*/
-khtml-opacity:0.4; /*现代!
/* Firefox 0.9 +,Safari 2?,Chrome是否可用?
/* Opera 9 +,IE 9+ */
透明度:0.4;

}
.designPopup
{
边框:1px实线#C0C0C0;
背景颜色:#F4F4F4;

-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
This is Designing Issue plz use Div And Make Proper Css class For it;
And Also Check It in another Browser Because Some Time it is browser Compatibility Issue,
I use That Css For Modal Popup extender so Extender Came Always On center,


.modalPopupCss
{

background-color:black; /** or #ffffff or any other color you like */
filter: alpha(opacity=90); /* Older than Firefox 0.9 */
-moz-opacity: 0.4; /* Safari 1.x (pre WebKit!) */
-khtml-opacity: 0.4; /* Modern!
/* Firefox 0.9+, Safari 2?, Chrome any?
/* Opera 9+, IE 9+ */
opacity: 0.4;

}
.designPopup
{
border: 1px solid #C0C0C0;
background-color: #F4F4F4;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}


这篇关于模态弹出式扩展器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆