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

回答編集履歴

1

chousei

2022/03/18 00:58

投稿

yambejp
yambejp

スコア117914

answer CHANGED
@@ -1,10 +1,16 @@
1
1
  .animate_elmの幅が適正ではないだけでは?
2
2
  ```javascript
3
3
  <style>
4
+ .animate_elm,.slide_elm{
5
+ overflow:hidden;
6
+ width: max-content;
7
+ }
4
8
  .animate_elm{
5
- overflow:hidden;
9
+ background-Color:lime;
6
- width: max-content;
7
10
  }
11
+ .slide_elm{
12
+ background-Color:aqua;
13
+ }
8
14
  </style>
9
15
  <script>
10
16
  $(function(){