Pomoc - Szukaj - Użytkownicy - Kalendarz
Pełna wersja: Zmiana wartości w formularzu
Forum PHP.pl > Forum > PHP
parsi
Posiadam mały formularz: http://krzyzowka.vot.pl/fajrant.html
W jakim pliku mogę zwiększyć wartość "size" pola select "Wybierz grę"?
Szukam w CSS i nie mogę znaleźć, przy czym w przeglądzie elementu mogę to zrobić zmieniając wspomianą wartość size z 1 na większą liczbę:

  1. <p class="ckCSSclear">
  2. <label class="ckCSSlabel" id="12345lbl" for="12345">
  3. <select class="validate['required'] ckCSSinput " name="12345[]" size="1" multiple="">
  4. <option value="1">
  5. <option value="2">
  6. <option value="3">
  7. <option value="4">
  8. </p>


To mój plik CSS:

  1. #ckformcontainer {
  2. width: 100%;
  3. }
  4.  
  5. .ck_mandatory {
  6. color:#FF0000;
  7. padding: 0px;
  8. font-size:0.83em;
  9. font-weight: bold;
  10. }
  11.  
  12. .ckform_tooltip, .ckform_tooltipcss {
  13. margin-top: 13px;
  14. margin-left: 5px;
  15. }
  16.  
  17. .ckform {
  18. margin-top: 10px;
  19. }
  20.  
  21. .ckform div.error {
  22. display: none;
  23. }
  24.  
  25. .ckform div.fc-error {
  26. margin-left: 20%;
  27. border: none;
  28. background:none;
  29. padding: 0px;
  30. }
  31.  
  32. .ckform div.fc-error p {
  33. margin: 0px;
  34. padding: 0px;
  35. color:#F00 !important;
  36. }
  37.  
  38. .ckform input {
  39. border: 1px solid #999;
  40. padding: 2px;
  41. }
  42.  
  43. .ckform input:focus {
  44. border: 1px dotted #999;
  45. }
  46.  
  47. .ckform input.error {
  48. border: 1px dotted #FF0000 !important;
  49. }
  50. .ckform textarea.error { border: 1px dotted red; }
  51.  
  52. #ckpoweredby {
  53. text-align:center !important;
  54. margin-top: 10px;
  55. margin-bottom: 10px;
  56. }
  57.  
  58. #ckpoweredby a {color:#666666;}
  59.  
  60. .captchaCont {
  61. margin-top: 10px;
  62. }
  63.  
  64. .ckBtnCon {
  65. text-align: center !important;
  66. margin-bottom: 10px;
  67. margin-top: 10px;
  68. }
  69.  
  70. /* CSS layout */
  71.  
  72. .ckCSSlabel {
  73. display: block;
  74. float: left;
  75. margin-top: 10px;
  76. width: 20%;
  77. font-size:1em;
  78. }
  79.  
  80. .ckCSSinput {
  81. width: 76%;
  82. margin-top: 10px;
  83. background:none;
  84. }
  85.  
  86. .ckCSSinput input {
  87. background:none;
  88. }
  89.  
  90. .ckCSSinputnowidth {
  91. display: block;
  92. float: left;
  93. margin-top: 10px;
  94. }
  95.  
  96. .ckCSSTip {
  97. background-image: url(../img/info-bck.png);
  98. background-repeat:no-repeat;
  99. background-position:right;
  100. }
  101.  
  102. .ckCSSclear {
  103. margin: 0px;
  104. padding: 5px;
  105. clear: both;
  106. height: 100%
  107. }
  108.  
  109. .ckCSSFloatLeft {
  110. float: left;
  111. }
  112.  
  113. .ckCSSbot10 {margin-bottom: 10px;}
  114. .ckCSSbot5 {margin-bottom: 5px;}
  115. .ckCSStop10 {margin-top: 10px;}
  116.  
  117. .ckCSScenter {
  118. text-align:center !important;
  119. margin-top: 10px !important;
  120. }
  121.  
  122. .ckCustomText {
  123. margin-top: 10px;
  124. }
  125.  
  126. .ckNoBorder {
  127. visibility:hidden;
  128. }
  129.  
  130. .ckpagination {
  131. text-align:center !important;
  132. margin-bottom: 15px;
  133. }
  134.  
  135. .ckdatatable {
  136. margin-top: 20px;
  137. margin-bottom: 10px;
  138. width: 100%;
  139. border-collapse:collapse;
  140. }
  141.  
  142. .ckdatatableborder td {
  143. border : 1px solid #ccc;
  144. }
  145.  
  146. .ckfrontlabel {
  147. height: 30px;
  148. padding-right: 20px;
  149. font-weight: bold;
  150. color:#666;
  151. }
!*!
Cytat
W jakim pliku mogę zwiększyć wartość "size" pola select "Wybierz grę"?
Szukam w CSS i nie mogę znaleźć, przy czym w przeglądzie elementu mogę to zrobić zmieniając wspomianą wartość size z 1 na większą liczbę:

Odszukaj ten formularz w pliku html który za niego odpowiada.
To jest wersja lo-fi głównej zawartości. Aby zobaczyć pełną wersję z większą zawartością, obrazkami i formatowaniem proszę kliknij tutaj.
Invision Power Board © 2001-2025 Invision Power Services, Inc.