Skip to main content

All Questions

Tagged with
0 votes
0 answers
54 views

How to create a dynamic Stepper (timeline) in Js/jquery

I am looking for a solution to create a dynamic stepper. In the Snippet, when i select Heudebouville and then feedbackDo, all the checkboxes between should be checked, that's good for the moment, but ...
Meryem Achemlal's user avatar
0 votes
0 answers
47 views

Sticky sidebar with active state, scroll snap and drag to scroll functionality

Currently, I have this task of creating a section on my project. The following are the criteria of what should be done. When user scrolls over the section the sidebar element inside the section ...
John Semblante's user avatar
0 votes
0 answers
41 views

Vertical Dropdown menu with jQuery or Javascript [duplicate]

I'm trying to create a drop down menu using ul and li a. My actual problem is, When I click on a li a, the previous li a will be closed How can we use jQuery or JavaScript to close the previous drop-...
radman's user avatar
  • 21
1 vote
3 answers
88 views

Is there a way to contain CSS within the Div? CSS from One Div is showing up on Another Div

I am trying to understand how I to contain a CSS from one div from not starting over another div. By that I mean, how can I place position: fixed on an item only inside a particular div? For example ...
user avatar
1 vote
1 answer
173 views

JS/CSS Card with description sliding up over picture on hover, expect transition height start top to bottom

excuse me for my poor english I will try my best to explain my problem. I like to have fun creating cool effects but I admit that the one I'm currently working on is starting to drive me crazy. Here's ...
Tomi Douma's user avatar
0 votes
1 answer
73 views

React Scroll bug. Worked on pure HTML CSS JS, but it doesn't work on React

I found a minor bug which is weird. The main point is I tried to click my .nav li and I expected it would close the navbar. If it's on pure HTML CSS and JS it will work, but if it's on React it doesn'...
Gxogac's user avatar
  • 139
0 votes
0 answers
45 views

Webkit-scrollbar is causing a loss of focus (hover) between the menu and submenu

I am trying to build a menu with two levels. It works like any other menu: when you hover over navigation menu item, an unordered list of submenus opens. However, when I move the pointer to the right, ...
Piotr979's user avatar
  • 239
0 votes
1 answer
194 views

How to add Custom placeholder icon in intelinput javascript plugin

Html <input type="tel" id="phone"> javascript var input = document.querySelector("#phone"); window.intlTelInput(input, { separateDialCode:true, ...
Mirza Irtiza's user avatar
0 votes
2 answers
175 views

Conditional styles in a Navigation Bar

I'm currently attempting a do very specific kind of navigation bar for my website. The main 'feature' of it is that on hover over each menu item, the item itself grows, while both the item before and ...
Nathan Pieraut's user avatar
0 votes
1 answer
47 views

Sass/JQuery - Dynamic url for image

I have the following style on my page: div#mockUp { @include fancy-container( $background-image: url("../../assets/images/mock-ups/minimalist-profile-en.png"), $...
Raul's user avatar
  • 2,991
0 votes
0 answers
180 views

how to add a shake effect when i add an item to cart

I have a purchase order that I want to improve when I add an item to my cart, you see the item move to the cart But I would like the "b-cart" class to be able to shake when I add an item In ...
pierre's user avatar
  • 9
0 votes
0 answers
31 views

form with inner two vertical scoller

In this form there is common form in which because of modal content height exceed there will be overflow and outer scroll will come. there are 2-3 margin and padding property if i will remove that ...
Mohit Pipaliya's user avatar
4 votes
1 answer
128 views

SassError undefined variable vanilla js date picker compilation in datepicker-bulma.scss

am trying to implement date picker in angular application using vanilla js am getting compilation error in $white variable SassError undefined variable in datepicker-bulma.scss and cjs.js . Can ...
user386430's user avatar
  • 4,937
-3 votes
2 answers
107 views

Want to create a div line between 2 other divs [duplicate]

I want to create a separating line between 2 divs. But the line shows at the end of last div. .line { display: inline-block; width: 2px; height: 20px; background: black; } <div class="...
Tushar Arora's user avatar
0 votes
3 answers
291 views

Is there anyway to change font-size of all text with a specific font-size?

This question has been bugging me lately. I've developed a site in regular CSS a couple years ago, and now I came back and wanted to change some font sizes etc. I know CSS variables are the ideal ...
goodnight sir's user avatar

15 30 50 per page
1
2 3 4 5
27