FineUI 官方论坛
标题:
按钮设置css无效
[打印本页]
作者:
~~疯狂~~
时间:
2012-6-5 07:33
标题:
按钮设置css无效
ExtAspNet和浏览器版本:
extaspnet v3.1.7 和 ie8
问题描述:
按钮设置css无效
测试代码或示例:
<style type="text/css">
<!--
.bten {
height: 38px;
width: 110px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-image: url(images/Login/蓝色按钮a.png);
background-repeat: no-repeat;
background-position: center center;
background-color: transparent;
cursor:pointer;
}
.bten:hover{
background-image:url(images/Login/蓝色按钮b.png);}
-->
</style>
复制代码
<ext:Button ID="Button_登录" runat="server" CssClass="bten" ></ext:Button>
<asp:Button ID="Button1" runat="server" CssClass="bten" />
复制代码
实际与期望的运行结果:
经过测试,extaspnet 的按钮设置
CssClass
无效,而Asp.net的按钮正常。
截图:
[attach]605[/attach]
作者:
e先生
时间:
2012-6-5 08:32
确实我也遇到了
作者:
support
时间:
2012-6-6 08:38
要看按钮生成的html的结构
作者:
~~疯狂~~
时间:
2012-6-6 14:09
请问大家有没有什么解决方法呢?
欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/)
Powered by Discuz! X3.4