close
Skip to main content
Filter by
Sorted by
Tagged with
5 votes
0 answers
137 views

I’m trying to calculate where an HTML line breaks automatically. The result should be an array of character positions where the line breaks. I came up with the following formula, which works fine. I ...
Remco Haszing's user avatar
3 votes
0 answers
72 views

I was running into a problem with a canvas-based game I am developing, and I created a minimal reproduction of the issue here: addEventListener("load", () => { const canvas = document....
nph's user avatar
  • 143
Best practices
0 votes
2 replies
68 views

I run into css's different snippets often that make up for the same functionality, I feel confused about when to use each, that's haunting to me Do you recommend me watching with a tutorial along, ...
Achraf Hendkias's user avatar
-5 votes
1 answer
145 views

What css code can change the color ( eventually increase the boldness ) of backward and forward buttons in Firefox ? More precisely the backward and forward buttons when there is a page available so ...
Bogdan's user avatar
  • 549
0 votes
0 answers
87 views

I'm working on a Leaflet map and have successfully customized most of the pop-ups using the suggestions here: How would I customise the look and feel of the leaflet popup? My point layer is ...
JRHutson's user avatar
0 votes
0 answers
62 views

I have around 104 GIFs that are not cropped from one side of the image to the other. I want the CSS width to not account for the transparent space in the GIFs and have each of them the same size. Is ...
jsDOMinator's user avatar
Best practices
0 votes
2 replies
101 views

Actually I'm writing the code for parallax website during the code I have a issue where the text added in the section tag is showing behind the images added before in the code but i needed it to over ...
Majji Mounisha's user avatar
1 vote
3 answers
194 views

I have an SVG as a file <svg viewBox="0 0 200 200" xmlns='http://www.w3.org/2000/svg'> <filter id='noiseFilter'> <feTurbulence type='fractalNoise' ...
Panthera's user avatar
2 votes
1 answer
107 views

My code creates a floating box. This box has a topbar with a few buttons (only 2 in the example below, for simplicity). When a user clicks or touches the topbar to drag it, it should drag the floating ...
flen's user avatar
  • 2,480
-1 votes
3 answers
147 views

I have an HTML table where I want my users to be able to add rows. After reformatting the HTML to look better, when they add a row by copying it from a template row, the event listener from the CSS ...
Mark Leighton Fisher's user avatar
-4 votes
0 answers
109 views

I recently installed a WP podcast theme that I love overall, but one issue is that it jumps to its responsive/mobile layout at a much larger size than I'd like instead of just continuing to shrink the ...
rsny's user avatar
  • 1
1 vote
1 answer
182 views

Currently, the parallax background scroll is "jerky" on the scroll with touchpad and scrollbar move, but on the anchor click it's good and smooth. When I scroll via the mouse wheel, the ...
iorgu's user avatar
  • 3,009
Advice
1 vote
3 replies
143 views

I'm making a portfolio website and I want to display some videos in the format of like a little video player where you can click on an option and it will play, i realize this may be a bit complicated ...
x ox's user avatar
  • 11
-1 votes
0 answers
60 views

.box{ background-color: red; padding: 0.1rem 1rem; } img{ width: 24px; height: 24px; vertical-align: middle; } <div class="box"> <div class="logo"> <img src="https://...
Ibrahim Ali's user avatar
  • 2,611
2 votes
1 answer
85 views

I have a CSS @property that uses <image> syntax - want the option to set it to URLs or gradients. However, initial-value errors: This results in the rule being ignored. Here is a sample, note ...
Keith's user avatar
  • 157k

15 30 50 per page
1
2 3 4 5
53779