Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
1 answer
25 views

Password visibility is not showing in chrome and firefox

I am currently developing a C# application and aiming to ensure compatibility across all major web browsers. However, I've encountered an issue specifically with the password visibility icon. This ...
Pam's user avatar
  • 15
0 votes
2 answers
38 views

CSS Radial Gradient Browser Inconsistency

Take a look at the two images below. I am using a radial gradient to create a reflection effect on a picture frame. As it is moved around in 3D space, I am changing its background position. background-...
user2977624's user avatar
1 vote
1 answer
21 views

How to prevent an empty gap appearing in elements when printed?

I have below a minimal webpage that prints as two green pages with a blue box centered on each page. This is accomplished by creating two green divs that are the size of the page, and each div ...
dln385's user avatar
  • 11.9k
0 votes
0 answers
23 views

Dropdown Menu isn't Showing when Overflowing Certain Selector of Specific URLs, Scrollbar is To Thick and doesn't have a delay when I Hovering It

I use "Stylus" addon/extension in Firefox and Chrome and I know that webkit-scrollbar is not supported in Firefox, so I used scrollbar-width. I know that some URLs have some limitation to ...
zyxwvut 13 years old's user avatar
0 votes
1 answer
23 views

Is there a way to get better image rendering performance in Chrome when scrolling?

I have a container set to display image thumbnails with a css grid. There are about 5000 image elements and if I scroll too fast, Chrome can't seem to manage to display them quickly enough and it ...
Chris_F's user avatar
  • 5,318
0 votes
3 answers
154 views

Favicon doesn't show on Google Search

So the favicon for my website (a 256x256 .ico file) doesn't show up on Google Search. It shows the vercel logo, but when you click on the website, the correct favicon shows up in the browser tab. Even ...
Ansh Tandon's user avatar
-1 votes
0 answers
39 views

How to handle google recaptcha v3 in angular?

Recently I've been working in an angular app where I need to use google recaptcha V3 in its landing page. I've found the documentation and a example of it's implementation: https://www.npmjs.com/...
Andres Felipe Ariza Calderon's user avatar
1 vote
1 answer
42 views

Why does this print on two pages (of which one is blank)?

I am trying to have HTML generate a PDF that fits exactly one page. I would expect this to do the job: <!DOCTYPE html> <html> <head> <title></title> <style> @...
simone's user avatar
  • 5,045
2 votes
3 answers
310 views

Stop Chrome iOS auto-detecting numbers followed by letter "m" as metre units, and adding an underline to auto-convert the unit to other lengths

Chrome for iOS is detecting a number immediately followed by the letter “m” as a metres length unit, and it adds a dotted underline to it which when tapped offers a unit conversion feature. Ideally I ...
TFOH's user avatar
  • 113
0 votes
1 answer
47 views

Copying text marked as text-decoration: underline will paste as underlined [duplicate]

I have a weird issue in app that I am building: I have a part where text gets displayed, and certain words get tagged with a span which has a class of annotation. This annotation has a text-decoration:...
spaceemotion's user avatar
  • 1,484
0 votes
0 answers
15 views

Compare the difference in time in which one element is updated on one website and another element is updated on another website using Chrome Console

I have two Chrome windows open on my computer, one on the left and one on the right. The window on the left has a website open that has the element: <p id="new_coin">Bytecoin</p> ...
Digital Farmer's user avatar
0 votes
1 answer
42 views

How to use web application as bluetooth receiver RSSI?

I want to create an indoor positioning on a web application. I tried using the Web Bluetooth API to receive RSSI, but it doesn't work. Here is the code for receive bluetooth RSSI: <!DOCTYPE ...
Setthasak Boonprasert's user avatar
1 vote
6 answers
339 views

Unsaved Checkbox State with localStorage in Chrome and Edge

I'm trying to save and restore the state of a checkbox and other elements using localStorage when a user duplicates or closes the tab. It works well when I have just the checkbox, but as soon as I ...
Mori's user avatar
  • 7,819
1 vote
1 answer
61 views

How do I get my CSS to function in Chrome?

I am new to Python and taking a Django course online from Dave Gray. In the course we create CSS for Nav feature. * { margin: 0; padding: 0; box-sizing: border-box; } body { min-...
Corey Wilson's user avatar
0 votes
0 answers
26 views

Enforcing consistent table-cell text wrapping when final cell is "width 100%"

See the two-cell table in the demo here. https://plnkr.co/edit/EpAX5Mo5YWetj02E HTML: <html> <head> <link rel="stylesheet" href="lib/style.css"> ...
Mark Boyes's user avatar

15 30 50 per page
1
2 3 4 5
870