質問編集履歴

1

ソース追記

2016/02/05 01:33

投稿

mucho0623
mucho0623

スコア31

test CHANGED
File without changes
test CHANGED
@@ -12,4 +12,60 @@
12
12
 
13
13
  いらっしゃいましたらご教示して頂きますと幸いです。
14
14
 
15
+
16
+
17
+ ソースは以下になります。
18
+
19
+
20
+
21
+ jsp側
22
+
23
+
24
+
25
+ <html:select styleClass="select-box" property="selectedId" styleId="selecteddId">
26
+
27
+ <html:options collection="valueList" property="value" labelProperty="label" />
28
+
29
+ </html:select>
30
+
31
+
32
+
33
+ css側
34
+
35
+
36
+
37
+ .select-box {
38
+
39
+ background: #fff;
40
+
41
+ border: 1px solid #1e1e1e;
42
+
43
+ color: #1e1e1e;
44
+
45
+ font-size: 12px;
46
+
47
+ height: 40px !important;
48
+
49
+ line-height: 40px;
50
+
51
+ text-align: left;
52
+
53
+ text-indent: 5px;
54
+
55
+ vertical-align: middle;
56
+
57
+ width: 100%;
58
+
59
+ margin-left:4.5%;
60
+
61
+ z-index:100;
62
+
63
+ }
64
+
65
+
66
+
67
+
68
+
69
+
70
+
15
71
  何卒宜しくお願い致します。