質問編集履歴

2

css追加しました。

2016/06/14 05:09

投稿

miyanoko
miyanoko

スコア14

test CHANGED
File without changes
test CHANGED
@@ -82,4 +82,88 @@
82
82
 
83
83
 
84
84
 
85
+ ```ここに言語を入力
86
+
87
+ #Header {
88
+
89
+ width: 100%;
90
+
91
+ border-top: 4px solid #52555d;
92
+
93
+ padding-top: 5%;
94
+
95
+ display: inline-block;
96
+
97
+ position: relative;
98
+
99
+ z-index: 999;
100
+
101
+ }
102
+
103
+
104
+
105
+ .SpMenuBtn {
106
+
107
+ width: 90%;
108
+
109
+ display: inline-block;
110
+
111
+ z-index: 100;
112
+
113
+ padding-bottom: 1%;
114
+
115
+ padding-left: 5%;
116
+
117
+ padding-right: 5%;
118
+
119
+ }
120
+
121
+
122
+
123
+ #FixedMenu{
124
+
125
+ position: relative;
126
+
127
+ }
128
+
129
+
130
+
131
+ #Header.fixed #FixedMenu{
132
+
133
+ width: 100%;
134
+
135
+ position: fixed;
136
+
137
+ padding-top: 4%;
138
+
139
+ top: 0;
140
+
141
+ z-index:999;
142
+
143
+ }
144
+
145
+
146
+
147
+ #SpMenu {
148
+
149
+ display: none;
150
+
151
+ background-color: #e8edf0;
152
+
153
+ padding: 0 2%;
154
+
155
+ position: fixed;
156
+
157
+ top:0;
158
+
159
+ z-index: 990;
160
+
161
+ }
162
+
163
+ ```
164
+
165
+
166
+
167
+
168
+
85
169
  長々と申し訳ございません。よろしくお願い致します。

1

失礼しました…!コードブロックでコード部分囲みました。

2016/06/14 05:09

投稿

miyanoko
miyanoko

スコア14

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,9 @@
36
36
 
37
37
 
38
38
 
39
+ ```ここに言語を入力
40
+
39
- //ナビの設定
41
+ //ナビの設定
40
42
 
41
43
  $(window).on('scroll', function() {
42
44
 
@@ -76,6 +78,8 @@
76
78
 
77
79
 
78
80
 
81
+ ```
82
+
79
83
 
80
84
 
81
85
  長々と申し訳ございません。よろしくお願い致します。