Skip to content

Tag: css

Bootstrap date time picker

I am trying to implement the date time picker as explained here https://eonasdan.github.io/bootstrap-datetimepicker/#minimum-setup, I have downloaded the js file css file to the directory js and css. But the calendar is not popup up when click on icon. Answer All scripts should be imported in order: jQuery an…

Height Animation Hiding :Before Pseudo Element

I’m attempting to create an animated timeline. I’m using scroll reveal to trigger the animation when the timeline comes into view. Each timeline entry has a left border and a pseudo element :before associated with it. The :before element is a dot that marks the beginning of each timeline entry. Wh…

JavaScript function is only open one offcanva menu

I built two offcanvas sidebars, one of the is on the right side and includes the normal menu off the webapp, the second one should be a notification sidebar, the problem is that, the left one is working perfect. When I click on the hamburger icon, it will opens the left sidebar, but when I click on the other …

Chat box, auto scroll to bottom

How to auto scroll chat box HTML: Javascript: CSS : Following code functions shows, what user input and when click on send, user will see, his sended messaged in two way.. one in sended & received form. Is there a way to auto-scroll to bottom Answer Add this to your code: So the submit click function look…

make div appear on mouse over

I am trying to make a div .description that appears where the mouse is as it hovers over an element. So far, I have this code for making the div appear in a fixed location: It works fine, but instead of just have .description appear, I need it to appear where the mouse hovers. I tried adding this function: bu…