質問編集履歴
6
aboutのhtmlが間違っておりました
test
CHANGED
File without changes
|
test
CHANGED
@@ -92,9 +92,9 @@
|
|
92
92
|
|
93
93
|
<ul class="submenu sm2">
|
94
94
|
|
95
|
-
<li><a href="
|
95
|
+
<li><a href="about/01.html">about-01</a></li>
|
96
96
|
|
97
|
-
<li><a href="
|
97
|
+
<li><a href="about/02.html">about-02</a></li>
|
98
98
|
|
99
99
|
</ul>
|
100
100
|
|
5
html更新しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<ul class="submenu sm1">
|
58
58
|
|
59
|
-
<li><a href="../products/apple/i
|
59
|
+
<li><a href="../products/apple/index.html">Apple</a>
|
60
60
|
|
61
61
|
<ul>
|
62
62
|
|
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
</li>
|
72
72
|
|
73
|
-
<li><a href="../product/a
|
73
|
+
<li><a href="../products/orange/index.html">Orange</a>
|
74
74
|
|
75
75
|
<ul>
|
76
76
|
|
4
html更新しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,13 +52,35 @@
|
|
52
52
|
|
53
53
|
<li>
|
54
54
|
|
55
|
-
<span class="trigger none-submenu">
|
55
|
+
<span class="trigger none-submenu">Products</span>
|
56
56
|
|
57
57
|
<ul class="submenu sm1">
|
58
58
|
|
59
|
-
<li><a href="../product/apple/item02.html">
|
59
|
+
<li><a href="../products/apple/item02.html">Apple</a>
|
60
60
|
|
61
|
+
<ul>
|
62
|
+
|
63
|
+
<li><a href="products/apple/item01.html">apple-01</a></li>
|
64
|
+
|
61
|
-
<li><a href="
|
65
|
+
<li><a href="products/apple/item02.html">apple-02</a></li>
|
66
|
+
|
67
|
+
<li><a href="products/apple/item03.html">apple-03</a></li>
|
68
|
+
|
69
|
+
</ul>
|
70
|
+
|
71
|
+
</li>
|
72
|
+
|
73
|
+
<li><a href="../product/apple/item02.html">Orange</a>
|
74
|
+
|
75
|
+
<ul>
|
76
|
+
|
77
|
+
<li><a href="products/orange/item01.html">orange-01</a></li>
|
78
|
+
|
79
|
+
<li><a href="products/orange/item02.html">orange-02</a></li>
|
80
|
+
|
81
|
+
</ul>
|
82
|
+
|
83
|
+
</li>
|
62
84
|
|
63
85
|
</ul>
|
64
86
|
|
@@ -66,13 +88,13 @@
|
|
66
88
|
|
67
89
|
<li>
|
68
90
|
|
69
|
-
<span class="trigger none-submenu">
|
91
|
+
<span class="trigger none-submenu">About</span>
|
70
92
|
|
71
93
|
<ul class="submenu sm2">
|
72
94
|
|
73
|
-
<li><a href="../product/o
|
95
|
+
<li><a href="../products/about/01.html">about-01</a></li>
|
74
96
|
|
75
|
-
<li><a href="../product/o
|
97
|
+
<li><a href="../products/about/02.html">about-02</a></li>
|
76
98
|
|
77
99
|
</ul>
|
78
100
|
|
3
html更新しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,45 +46,41 @@
|
|
46
46
|
|
47
47
|
```html
|
48
48
|
|
49
|
+
<div class="acMenu">
|
50
|
+
|
49
|
-
<ul class="acmenu_list">
|
51
|
+
<ul class="acmenu_list">
|
50
52
|
|
51
53
|
<li>
|
52
54
|
|
53
|
-
<span class="trigger none-submenu">
|
55
|
+
<span class="trigger none-submenu">Apple</span>
|
54
56
|
|
55
57
|
<ul class="submenu sm1">
|
56
58
|
|
57
|
-
<li><a href="product
|
59
|
+
<li><a href="../product/apple/item02.html">apple-01</a></li>
|
58
60
|
|
59
|
-
|
61
|
+
<li><a href="../product/apple/item02.html">apple-02</a></li>
|
60
62
|
|
61
|
-
|
63
|
+
</ul>
|
62
64
|
|
63
|
-
|
65
|
+
</li>
|
64
66
|
|
65
|
-
|
67
|
+
<li>
|
66
68
|
|
67
|
-
|
69
|
+
<span class="trigger none-submenu">Orange</span>
|
68
70
|
|
69
|
-
|
71
|
+
<ul class="submenu sm2">
|
70
72
|
|
71
|
-
<li><a href="product
|
73
|
+
<li><a href="../product/orange/item01.html">orange-01</a></li>
|
72
74
|
|
73
|
-
<ul>
|
74
|
-
|
75
|
-
<li><a href="products/orange/item01.html">orange-01</a></li>
|
76
|
-
|
77
|
-
|
75
|
+
<li><a href="../product/orange/item02.html">orange-02</a></li>
|
78
|
-
|
79
|
-
</ul>
|
80
|
-
|
81
|
-
</li>
|
82
76
|
|
83
77
|
</ul>
|
84
78
|
|
85
79
|
</li>
|
86
80
|
|
87
81
|
</ul>
|
82
|
+
|
83
|
+
</div>
|
88
84
|
|
89
85
|
```
|
90
86
|
|
2
実現したい事を追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
※いまは「xxxx.html」のxxxxを直接ファイル指定してハイライトさせているが、
|
16
16
|
|
17
|
-
フォルダの「apple」を取得してそのフォルダ内
|
17
|
+
フォルダの「apple」「orange」を各取得してそのフォルダ内のページは全てハイライトさせたい。
|
18
18
|
|
19
19
|
|
20
20
|
|
1
htmlを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,9 +12,9 @@
|
|
12
12
|
|
13
13
|
(例)products/apple/xxxx.html
|
14
14
|
|
15
|
-
※いまは「xxxx.html」のxxxx
|
15
|
+
※いまは「xxxx.html」のxxxxを直接ファイル指定してハイライトさせているが、
|
16
16
|
|
17
|
-
「apple」を取得してそのフォルダ内は全てハイライトさせたい。
|
17
|
+
フォルダの「apple」を取得してそのフォルダ内(apple-01~03)は全てハイライトさせたい。
|
18
18
|
|
19
19
|
|
20
20
|
|
@@ -44,6 +44,52 @@
|
|
44
44
|
|
45
45
|
|
46
46
|
|
47
|
+
```html
|
48
|
+
|
49
|
+
<ul class="acmenu_list">
|
50
|
+
|
51
|
+
<li>
|
52
|
+
|
53
|
+
<span class="trigger none-submenu">Products</span>
|
54
|
+
|
55
|
+
<ul class="submenu sm1">
|
56
|
+
|
57
|
+
<li><a href="products/apple/index.html" class="apple">apple</a>
|
58
|
+
|
59
|
+
<ul>
|
60
|
+
|
61
|
+
<li><a href="products/apple/item01.html">apple-01</a></li>
|
62
|
+
|
63
|
+
<li><a href="products/apple/item02.html">apple-02</a></li>
|
64
|
+
|
65
|
+
<li><a href="products/apple/item03.html">apple-03</a></li>
|
66
|
+
|
67
|
+
</ul>
|
68
|
+
|
69
|
+
</li>
|
70
|
+
|
71
|
+
<li><a href="products/orange/index.html" class="orange">orange</a>
|
72
|
+
|
73
|
+
<ul>
|
74
|
+
|
75
|
+
<li><a href="products/orange/item01.html">orange-01</a></li>
|
76
|
+
|
77
|
+
<li><a href="products/orange/item02.html">orange-02</a></li>
|
78
|
+
|
79
|
+
</ul>
|
80
|
+
|
81
|
+
</li>
|
82
|
+
|
83
|
+
</ul>
|
84
|
+
|
85
|
+
</li>
|
86
|
+
|
87
|
+
</ul>
|
88
|
+
|
89
|
+
```
|
90
|
+
|
91
|
+
|
92
|
+
|
47
93
|
### 試したこと
|
48
94
|
|
49
95
|
|