Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/04/2011, 15:18
pandres
 
Fecha de Ingreso: abril-2010
Mensajes: 2
Antigüedad: 14 años
Puntos: 0
Respuesta: Problema Css Combobox Ajax Control Toolkit

Utiliza las clases de estilos que utiliza el Combobox Control ToolKit

Esto son los estilos originales del control

Código CSS:
Ver original
  1. .ajax__combobox_inputcontainer
  2. {
  3. }
  4. .ajax__combobox_textboxcontainer
  5. {
  6. }
  7. .ajax__combobox_textboxcontainer input
  8. {
  9. }
  10. .ajax__combobox_buttoncontainer
  11. {
  12. }
  13. .ajax__combobox_buttoncontainer button
  14. {
  15.     background-image: url(<&#37;=WebResource("ComboBox.arrow-down.gif")%>);
  16.     background-position: center;
  17.     background-repeat: no-repeat;
  18.     border-color: ButtonFace;
  19.     height: 15px;
  20.     width: 15px;
  21. }
  22. .ajax__combobox_itemlist
  23. {
  24.     margin: 0px;
  25.     padding: 0px;
  26.     cursor: default;
  27.     list-style-type: none;
  28.     text-align: left;
  29.     border: solid 1px ButtonShadow;
  30.     background-color: Window;
  31.     color: WindowText;
  32. }
  33. .ajax__combobox_itemlist li
  34. {
  35.     white-space: nowrap;
  36.     width: 100%;
  37.     padding: 0 3px 0 2px;
  38. }