All Questions
1,185,343 questions
Score of 0
0 answers
36 views
Android stripping geo-location from photos before upload in browsers
It seems like one of the latest Android updates has introduced a "privacy feature" that strips the geo-location from photos uploaded through a mobile browser like chrome or firefox. A ...
Score of -5
1 answer
105 views
Can users pretend they have a different location with navigator.geolocation or is it save?
I have been using IP addresses to find out the users current location, so I also had to check if they were on a VPN, proxy or tor to make sure I get the proper location now since this new update in ...
Score of -4
1 answer
108 views
What is the earliest point at which the browser calls requestAnimationFrame?
Browsers have a function called requestAnimationFrame.
I have the following questions about this function:
Does the browser call this function after it has fully rendered the entire page or before? ...
Score of 1
1 answer
112 views
How do I deploy a website using a separate CSS stylesheet?
I want to write a website in HTML using a separate stylesheet in CSS. When I open the index.html directly from my computer everything looks right, but when I commit + push it to GitLab and open my URL,...
Score of 1
1 answer
145 views
How to populate an HTML input value from a text file using JavaScript
I have 5 html inputs as below, I can load & display the detail of a text file as per image above.
host: 192.168.0.189
-port: 9000
username: wan
password: ssssssssssss
topic_p: tester
How can I ...
Score of 2
1 answer
116 views
Align all dates and names in a list
I'm trying to make a list of blog posts, with the date of the post before the name of the post. I've embedded it in a list, like so:
<ul>
<li>
<time>2020-01-01</time&...
Score of -4
0 answers
75 views
Content block builder [closed]
I have a question about the way how to organise the storing data for the pages across multiple different Server-Side Rendering (SSR) environments. I just want to have a single format of data and ...
Score of 1
1 answer
138 views
How can I customize keyboard behaviour in HTML select menus?
Is there an API that lets me decide how selecting via keyboard works in an HTML menu, or a way to hint about localization to the user agent?
The desired behaviour is often locale-dependent: for ...
Score of 1
2 answers
264 views
How to make an animated menu icon show/hide menu
I'm trying to make the animated menu icon open ☰ and close X the menu links. Instead of making two separate buttons, I can just code it in one button.
I've managed to give my menuIcon an onlick ...
Score of 0
0 answers
95 views
2-column flexbox layout without nesting divs
I'm trying to control the design of a page where I have no control over the HTML that's output, so my solution needs to be CSS only. The HTML I'm trying to style is basically the following:
<div ...
Score of 0
0 answers
55 views
Hover on a heading and change background image [duplicate]
This was deemed a duplicate to this question "Is there a CSS parent selector?" which is nothing like it, so please reopen my question.
I need to create an effect where I have a background ...
Score of -2
0 answers
152 views
I've got an error with my upgrade buttons [closed]
I have 2 upgrade buttons: a click upgrade, and an auto clicker. When you try to buy an upgrade without enough money, you get a confirmation. But if you successfully buy an upgrade after getting that ...
Score of -6
1 answer
142 views
How do i put a image (that isn't in the project page) on a canvas in Js? [closed]
I'm trying to create a Miro/Freeform for personal use, but, for that I need a image.
I already tryed here, Stack, Github Copilot and more and nothing worked.
image code thing:
if (currentTool === '...
Score of -2
0 answers
52 views
Getting the exact Font type present in the html code through chromium browser rendering exact font type in the pptx
While converting an HTML slide into a PowerPoint (PPTX) slide using DomoXML, I am unable to preserve the exact font that is used and rendered by Chromium.
My requirement is to ensure that the font ...
Score of 0
1 answer
147 views
CSS counter-reset inside sibling div doesn't work
How to make "list 2" have separate counter? For now "list 2" tracks as inner list of the last item of "list 1".
The problem only exists if "list 2" is wrapped ...