在CSS中设置
.MyDropDownList{
  border :solid 1px #F1F1F1;
}DropDownList的风格没有改变为solid.怎样设置DropDownList的风格?

解决方案 »

  1.   

    //css/Style.css
    ----------------
    .wenbenkuang {
    font-family: "宋体";
    font-size: 9pt;
    color: #333333;
    border: 1px solid #999999;}
    ------------<LINK href="css/Style.css" type="text/css" rel="stylesheet">
    <asp:button id="Button1" runat="server" class="go-wenbenkuang" CausesValidation="False" Text="查 询"></asp:button>
      

  2.   

    http://community.csdn.net/Expert/TopicView1.asp?id=3802277
      

  3.   

    TextBox或Button设置 border: 1px solid #999999 风格改为solid,
    但DropDownList并没有改变.