teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

URLの削除

2017/10/10 09:07

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,3 @@
1
- 【サイト】
2
- http://uptooou.com
3
-
4
1
  【ハンバーガーメニューの実装にあたり利用したプラグイン】
5
2
  drawer
6
3
  http://git.blivesta.com/drawer/
@@ -33,11 +30,11 @@
33
30
  </button>
34
31
  <nav class="drawer-nav" role="navigation">
35
32
  <ul class="drawer-menu" style="transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1); transition-duration: 0ms; transform: translate(0px, 0px) translateZ(0px);">
36
- <li><a class="drawer-brand" href="http://uptooou.com/" data-slimstat="5">TOPへ</a></li>
33
+ <li><a class="drawer-brand" href="#" data-slimstat="5">TOPへ</a></li>
37
- <li><a class="drawer-brand" href="http://uptooou.com/about" data-slimstat="5">UpToUとは</a></li>
34
+ <li><a class="drawer-brand" href="#" data-slimstat="5">UpToUとは</a></li>
38
35
  <li><h3 class="drawer-brand">▼テーマ一覧</h3></li>
39
- <li><a class="drawer-menu-item" href="http://uptooou.com/technology/" data-slimstat="5">テクノロジー</a></li>
36
+ <li><a class="drawer-menu-item" href="#" data-slimstat="5">テクノロジー</a></li>
40
- <li><a class="drawer-menu-item" href="" data-slimstat="5">ファイナンス</a></li>
37
+ <li><a class="drawer-menu-item" href="#" data-slimstat="5">ファイナンス</a></li>
41
38
  </ul>
42
39
  </nav>
43
40
  </header>

1

書式の改善

2017/10/10 09:07

投稿

退会済みユーザー
title CHANGED
@@ -1,1 +1,1 @@
1
- 【CSS】アニメーション前後でcss適応
1
+ 【CSS】ハンバーガーニューの開閉時CSS適応について
body CHANGED
@@ -1,5 +1,5 @@
1
1
  【サイト】
2
- http://uptooou.com/
2
+ http://uptooou.com
3
3
 
4
4
  【ハンバーガーメニューの実装にあたり利用したプラグイン】
5
5
  drawer