All Questions
141,877 questions
0
votes
1
answer
207
views
How to vertically scroll child elements based on mouse position entering parent container?
I have a parent div whose height can vary based on window vertical resize. That parent div needs to employ overflow-y:scroll for sought functionality. The parent div contains 8 child divs of various ...
0
votes
1
answer
63
views
OWL Carousel 2 Backround Image not displayed [closed]
I want to load background image to my navigation of OWL Carousel Next and Prev Button.
The hover is no problem. But if not hover there is nothing displayed.
and here the OWL installation (JQuery):
$(...
0
votes
0
answers
36
views
How to persist all form inputs and images for multiple courses after refresh in ASP.NET MVC? [closed]
When I edit one course, everything updates fine. But after refreshing the page, only the last edited course shows updated values. The other course forms go back to old values.
I updated the database ...
3
votes
1
answer
110
views
How to remove the border around footer/caption?
I have a carousel with multiple slides and a red border around the carousel. Each slide contains an image, followed by an hr tag and a caption. I want to remove the border after the hr tag and ...
0
votes
1
answer
69
views
W3Schools method for image magnifying glass doesn't work on mobile
I'm using a piece of code from W3Schools to make a large image have a magnifying glass effect when you hover over it: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_image_magnifier_glass
...
0
votes
0
answers
49
views
GSAP + SplitType + i18n text fails to update correctly after language change
I'm using GSAP with SplitType and a custom language switcher (en.json, es.json) to translate my website dynamically.
Everything translates correctly except the .scroll-fade-text section — which uses ...
0
votes
0
answers
72
views
How to restrict Slick slider dragging to a center zone only (disable drag from left/right edges)?
I'm using the Slick carousel library to display reviews loaded dynamically from a review.json file. The setup works well, including autoplay and infinite scroll.
However, I want to restrict dragging (...
1
vote
2
answers
118
views
Why can’t I control the size of inline SVG fetched via JavaScript (even with width, height, and viewBox)?
I'm working on a modern website(I'm not a web developer, learner here...) where I want to use a background SVG for a section. The SVG was traced and exported from Adobe Illustrator, and it contains ...
3
votes
3
answers
147
views
How to stop main <li> from closing when clicking an <li> within it
Ran into a snag and hoping the community can provide some insight to help enlighten a fellow coder. Here is a breakdown:
Setup:
3 tier menu with jQuery click handlers to display/hide the second and ...
0
votes
0
answers
68
views
CSS Grid Layout creating huge gap in my sidebar between 2 divs [duplicate]
I have used css grid to create a flexible layout, where I am able to move divs into different slots from desktop to mobile.
The issue I am having is if the content in my left div is long then the ...
3
votes
3
answers
194
views
Change Video on Scroll
I have taken the source code from this codepen page. It changes the image on scroll, but instead of image, I want to change the video on scroll.
Here is the code I have so far. The first video plays ...
3
votes
1
answer
93
views
The fixedColumn feature not working in the datatable
I am trying to freeze the first four columns of this datatable when a user is scrolling it horizontally. But the style "dtfc-has-left" style="position: relative;"" is not ...
4
votes
1
answer
139
views
Sticky element with scroll-based top updates causes flickering or shaking on scroll
I’m building a scroll effect where .logo and .content elements inside .container blocks use position: sticky and also receive scroll-based top position adjustments using jQuery.
The goal is to keep ...
0
votes
1
answer
50
views
Scroll behavior to be element over the element
When scrolling I am using Sticky to solve but still not working perfect how I can achieve like this behavior. If there is plugin to solve this I open for this option.
I'm using jQuery / vanilla js.
...
0
votes
1
answer
37
views
How do i hide certain rows in an html table with jquery [duplicate]
I would like to toggle certain rows containing certain data but I just cant seen to get it working,I have tried many variations. Somewhere i am missing something small. My latest variation looks like ...