Latest solutions
Latest comments
- @DarkAmdHa@DarkAmdHa
Thanks Dusan.
I completly forgot about the buttons, will definetely fix that. Thanks alot for the feedback.
- @Barna-Molnar@DarkAmdHa
Hey! No clue why the slider didn't load, had the same problem. But you should probably add an event listener on the toggler, so that when toggled, the 25% discount is applied to the price.
Marked as helpful - @iulian-cenusa@DarkAmdHa
Hey, awesome job here. You can use the
cursor:grab
. You should set the cursor tograb
in the hover state and tograbbing
in the active state of the slider..slider:hover{ cursor:grab;}
and.slider:active{ cursor:grabbing;}
Happy Coding :-)Marked as helpful