python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Mimic the behavior of a <select>, <option> with a <ul>, <li>
Actually i'm stuck on my dropdown menu. I want to imitate the behavior of a select, option with a ul, li.
If I click on the second li I want it to take the place of the first li without deleting the l...

Thibaud-S
Votes: 0
Answers: 2
Openlayers 6: how do i get all clusters to stack with eachother
i was wondering how i would get all clusters to stack with eachother and not ontop of eachother
https://i.stack.imgur.com/ZSDLo.jpg
This is what it looks like right now but i want the clusters to stac...
chinesespy
Votes: 0
Answers: 0
Can I remove bullets instead of just hiding them?
When I use the code list-style: none; to remove the bullets, it appears it's just hiding them, because the alignment is off center as if the bullets are just invisible but still there. How can I make ...
Katagaria
Votes: 0
Answers: 2
How to strikethrough a list element using javascript
I am making a simple ToDo app to learn Javascript and I am trying to implement this strikethrough feature where if the user clicks the "done" button the todo (text) is striked through.
I t...

satvik
Votes: 0
Answers: 1