在ajax ComboBox上应用css [英] apply css on ajax ComboBox

查看:63
本文介绍了在ajax ComboBox上应用css的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是kaif。

我试图在ajax ComboBox上使用css应用border但是reasult不好。我真的试图搜索&应用每种类型的鳕鱼但失败:(,

这是我的代码,



.CustomComboBoxStyle {border:#8ec1ff 1.5px solid; }



Hi this is kaif.
i m trying to apply border using css on ajax ComboBox but reasult is not good. i realy tried to search & apply every typ of cod but fail :( ,
Here is my Code,

.CustomComboBoxStyle {border:#8ec1ff 1.5px solid;}

<table><tr><td>
    <atk:combobox ID="cmbItemCode" runat="server" AppendDataBoundItems="True" CssClass="CustomComboBoxStyle"

        AutoPostBack="true" AutoCompleteMode="SuggestAppend" ></atk:combobox>
    </td></tr></table>

推荐答案

您应该使用Chrome来解决问题所在。您可能希望直接应用样式。你的问题将是你正在使用的控件应用的样式,与你自己的碰撞。
You should use Chrome to work out what the issue is. You may want to apply styles directly. Your issue will be styles being applied by the control you''re using, colliding with your own.


这篇关于在ajax ComboBox上应用css的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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