FineUI 官方论坛

标题: 按钮设置css无效 [打印本页]

作者: ~~疯狂~~    时间: 2012-6-5 07:33
标题: 按钮设置css无效
ExtAspNet和浏览器版本:

extaspnet v3.1.7 和 ie8

问题描述:

按钮设置css无效

测试代码或示例:

  1.     <style type="text/css">
  2. <!--
  3. .bten {
  4. height: 38px;
  5. width: 110px;
  6. border-top-width: 0px;
  7. border-right-width: 0px;
  8. border-bottom-width: 0px;
  9. border-left-width: 0px;
  10. border-top-style: none;
  11. border-right-style: none;
  12. border-bottom-style: none;
  13. border-left-style: none;
  14. background-image: url(images/Login/蓝色按钮a.png);
  15. background-repeat: no-repeat;
  16. background-position: center center;
  17. background-color: transparent;
  18. cursor:pointer;
  19. }
  20. .bten:hover{
  21. background-image:url(images/Login/蓝色按钮b.png);}
  22. -->
  23. </style>
复制代码


  1. <ext:Button ID="Button_登录"  runat="server" CssClass="bten" ></ext:Button>
  2.    
  3.                         <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