How can I change the arrow symbols to pictures in this code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I change the arrow symbols to pictures in this code?

https://code.sololearn.com/WAKsrOxWrVjd/?ref=app

9th Dec 2017, 6:24 AM
B.D
B.D - avatar
10 Answers
+ 4
Try this: summary::-webkit-details-marker { display: none; } details summary::before { content:"➡"; } details[open] summary::before { content:"⬇" } https://code.sololearn.com/WL82YejXbR5L/?ref=app
17th Dec 2017, 12:00 PM
Calviղ
Calviղ - avatar
+ 2
Yes
10th Dec 2017, 11:43 AM
B.D
B.D - avatar
+ 2
It's not working!!!
10th Dec 2017, 11:51 AM
B.D
B.D - avatar
+ 2
I asked that if the arrows in the summary tag could be changed?
10th Dec 2017, 3:38 PM
B.D
B.D - avatar
+ 2
Thanks
17th Dec 2017, 3:15 PM
B.D
B.D - avatar
+ 1
u mean in the list items tiger lion...??
9th Dec 2017, 7:08 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
try using css ul{ list-style-image: url(image.jpeg); }
10th Dec 2017, 11:46 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
10th Dec 2017, 12:09 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
+ 1
for that use pseudo before or after classes.. and please clean your markups..
11th Dec 2017, 2:17 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
According to this you have to use before or after pseudo classes... https://stackoverflow.com/questions/10813581/replace-the-expand-icon-of-html5-details-tag
9th Dec 2017, 6:28 AM
Nope
Nope - avatar