模态弹出式扩展器

编程入门 行业动态 更新时间:2024-10-25 04:19:06
本文介绍了模态弹出式扩展器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

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; }

更多推荐

模态弹出式扩展器

本文发布于:2023-08-06 04:46:23,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1310154.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:弹出式   模态

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!