All Questions
Tagged with css javascript
221,077 questions
1
vote
1
answer
41
views
CSS 3D isometric cube – faces disappear at certain rotations
I’m trying to build a simple isometric cube with pure HTML and CSS (no WebGL).
At some rotation/frame, some faces of the cube are not shown. They are in the DOM, and they don't have any of these ...
0
votes
1
answer
119
views
Infinite looping slideshow with CSS and/or HTML, no JS
Been working on this a while and it's not just not going as planned - any help would be appreciated! I'm trying to create a 4-image slideshow where:
On the last image, when the user clicks on the &...
1
vote
0
answers
68
views
CSS transition not working when moving tile down in React sliding puzzle
I'm building a sliding puzzle game in React using CSS transitions to animate tile movement. The tiles are absolutely positioned with top and left, and I apply a CSS transition on those properties.
...
-1
votes
0
answers
77
views
How to edit a running WordPress site that isnt mine with Php Storm? [closed]
Currently I am a person who is studying I have coded websites with WebStorm but a person has asked me to do edits on their website. I have received admin access but I need to find a way to get the ...
-2
votes
0
answers
44
views
Arrow keys for month selection and clicking on month to select month in date picker, both not working [closed]
Moodboard.jsx
Generated.jsx
calendar.jsx (this is included in both moodboard.jsx and generated.jsx)
Issue: In the date picker in Generated.jsx, when I click on the month to select what month's ...
-2
votes
0
answers
56
views
PHP change button color on click [duplicate]
I previously asked this question - someone didn't like it, said it couldn't be done, and locked any answer out. So I'll start again. I'm starting a project to replace the control board for our hot ...
0
votes
0
answers
37
views
Mobile chat widget panel shrinks and header/composer misaligns when keyboard opens (iOS Safari & Android Chrome)
I’m building a custom chat widget in JavaScript (similar to an in-page messenger). The widget attaches as a fixed panel with a sticky header, a scrollable message stream, and a composer at the bottom.
...
0
votes
0
answers
35
views
How can we achieve similar drag-n-drop behaviour of speed dials of opera browser for both sort and group? [closed]
I was trying to implement similar drag drop behaviour like opera browser's speed dial.
Group: It creates new group or add speed dial to existing group when we drag a speed dial over other speed dial ...
0
votes
1
answer
83
views
I can't find why nth iterations of an image are not loading [closed]
Hi I am trying to create a timeline for my fantasy world, and it works for the most part. You can see it in action here. https://www.skazkaworld.com/timeline.html
As you can see, the background rune ...
-5
votes
0
answers
47
views
Meshes not loading in [closed]
In my game ive updated the rendering to be more optimized but that led to some errors and not nothing is loading, when checking the f12 menu it shows this and i have no idea what it means
Uncaught (in ...
-2
votes
0
answers
68
views
Output not displaying on mobile [closed]
First year student here. Group project. This works how it's supposed to but when I sent my assignment partner the file, the button does not work. Nothing is displayed.
works great on desktop even with ...
3
votes
1
answer
71
views
How can a menu sidebar be toggled / collapsed by default in HTML / CSS / JS?
I have downloaded html5up's Editorial template and I'm trying to collapse the menu sidebar when the page is first visited. As shown in the screenshot below, clicking on the blue three-bar icon toggles ...
2
votes
1
answer
66
views
Why does the style property in JavaScript work even if I didn't select the element (didn't make the variable)? [duplicate]
So, I was doing a lesson on Scrimba about JavaScript, when I were told to do this JavaScript challenge involving the style property.
But I forgot to select question via document.getElementById(). ...
1
vote
1
answer
126
views
How to fix this resizable component in React?
React Element Resize Not Working
I'm trying to implement a resizable chat container in React, but the resize functionality isn't working properly, already spent half of a day. I suspect the issue is ...
-3
votes
1
answer
59
views
Why is a Swiper.js slide with a link not clickable when the Navigation module buttons are on top?
I make Swiper.js slides containing a link to the slide specific page, but also use the Navigation module of Swiper to be able to slide through the slides.
I don't know how I can overcome the issue ...