8th Aug 2024, 6:36 PM
Чіпак Лев
Чіпак Лев - avatar
8 odpowiedzi
10th Aug 2024, 2:38 PM
Bob_Li
Bob_Li - avatar
+ 2
Bro thanks
11th Aug 2024, 7:15 PM
Чіпак Лев
Чіпак Лев - avatar
+ 1
Your code is not interactive, you're missing the JavaScript part that makes the buttons work.
8th Aug 2024, 9:03 PM
Chris Coder
Chris Coder - avatar
+ 1
Chris Coder I think it's one of those CSS based image sliders, which have no js dependency and controls the state through checkboxes or radio buttons. It may have missed some property linking. I also cannot see where r.png, g.png and b.png are included. Google "pure CSS image slideshow"
9th Aug 2024, 6:07 AM
Bob_Li
Bob_Li - avatar
+ 1
10th Aug 2024, 11:12 AM
Bob_Li
Bob_Li - avatar
+ 1
Optimized css for checkbox slideshow using classes to eliminate repetitions. The problem with condition checking to target another specifier is that it can only target one, that's why you have to repeat the condition multiple times for different target specifiers. Using classes solves that. https://sololearn.com/compiler-playground/Wn1M6eAtoL5f/?ref=app
12th Aug 2024, 2:02 AM
Bob_Li
Bob_Li - avatar
+ 1
Optimized css for radio slideshow using classes to eliminate repetitions. https://sololearn.com/compiler-playground/WM08p4iUB4Vt/?ref=app
12th Aug 2024, 2:19 AM
Bob_Li
Bob_Li - avatar
0
I can't use Js Html and CSS only
9th Aug 2024, 9:17 AM
Чіпак Лев
Чіпак Лев - avatar