Skip to content

Tag: html

Add vertical line along tree view when expanded

I am trying to add a vertical line along first li elements when they are expanded and remove when they are closed but its not coming out. Will li::after not do the job?. please help me with this. This vertical line should be along the first level of heirarchy only I have created a treeview with three list ite…

Hover, removeclass First Element and add other Element

I am trying to create a function that always the first Element receives a class = “actived” this class has a css style that marks the element in question I have a list of 4 lines and in them I want the first to receive this class by default and the other 3 when I hover receive this class =

Showing dates on HTML on option select

I am working on an HTML file that has a drop-down list of months. When I select a month, I want the function to show the dates of the month on the page in this format: 1st of December 2020 2nd of December 2020 . . . 31st of December 2020 Below is my html: I cannot get the function

Using Javascript to block element send to next line [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 2 years ago. Improve this question I hav…