Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试根据 codrops 在左侧和右侧制作两个箭头按钮 -很棒的滑出按钮。
右箭头没问题,即,当鼠标悬停在箭头上时,信息(RIGHT)会向右滑动。但我不能用左侧做到这一点,即当悬停信息(LEFT)时不会向左滑动。(这就是我的意思)
改变这个:
.button_aLeft { left: 0px; }
对此:
.button_aLeft { right: 0; }
在你的 CSS 的第 12 行