Cool css tricks (triangle, animation and click)

preview_player
Показать описание
Hello, Here is a video with some cool css tricks that may be usefull to you. For click events its much better to use js because this method does not work in early IE versions. But it may be usefull to you anyway.
Рекомендации по теме
Комментарии
Автор

btw, For the arrow you do not need to use content attribute in css. I usually do the triangle on :after so it was a mistake. You dont need to use to content attribute. And [id=test1] and [id=test2] can be changed to #test1 and #test2. Doesnt really matter which one you use

skillzorskillsson