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
-2 votes
1 answer
25 views

White background added to all the text on my page (Firefox / Mac) [closed]

Does anybody could explain why on my client's laptop, her portfolio looks like that : (https://i.sstatic.net/L8ZVa4dr.jpg) But on every other laptop or cellphone (I've tried on another mac with ...
user26048724's user avatar
0 votes
0 answers
45 views

How to get backgound-color working on a row - html and CSS

I get get the background color to work on a <td> but not a <tr>. I am using Firefox, version: 128.0+linuxmint1+virginia on Linux Mint (Mate) body { margins: 2mm; } h3 { font-...
user26412536's user avatar
0 votes
0 answers
68 views

I get two different initial css values in two different major browsers

I was developing a React component that manages a state array. For each element in this array, I used the map method to generate a list of items, which were contained within a div that had the class ...
Arshaan's user avatar
  • 71
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
1 vote
1 answer
54 views

Vertical alignment by baseline in css grid doesn't work in Firefox and Safari when height is not defined

I need to arrange multiple items with pictures and titles in a row of a grid like this: The aspect ratio of the pictures is known. The amount of columns is known. The grid's width is inherited from ...
dumistoklus's user avatar
0 votes
0 answers
70 views

Firefox, JS, CSS - verticall scroll jumping when element outside of VP changes height

I have a weird issue with Firefox where it scrolls to bottom of the page if content that is outside of viewport changes height. it works without any issues on Chrome. I recorded the issue here https://...
Askalot's user avatar
  • 13
0 votes
1 answer
54 views

display property, not working in firefox mozilla [duplicate]

I'm trying to creating a animation, and in this animation I'm setting a display:none and display:block, but not it working in mozilla firefox:( while working good in chrome tested also with -moz- ...
قد افلح's user avatar
0 votes
1 answer
34 views

backdrop-filter: blur() and mix-blend-mode: difference bug on Firefox

I'm working on a fixed footer that uses mix-blend-mode: difference to adjust to background changing from black to white. Also added the backdrop-filter: blur() as the "background". On Chrome ...
newbieCoder.pkg'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
0 votes
1 answer
56 views

Why does my table header take half the table height in Firefox?

I have a table in HTML: <div style="height: 90vh"> <div style="position: relative; width: 100%; height: 100%"> <table style="height: 100%"> <thead> <...
Sohaib Najjar's user avatar
0 votes
0 answers
13 views

An 'in-built' Firefox flex-inspector missing or won't work

When calling 'flex-inspector' in Firefox through the icon no window comes as the one expected on the example from other browser.
whoiam's user avatar
  • 11
2 votes
1 answer
67 views

CSS animated elements shifting in Firefox and Safari when changing viewport size, but works fine in Chrome

This is a minimal, reproducible example body { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; } .container { animation: moves 5s ...
Mancitiss's user avatar
0 votes
1 answer
89 views

CSS works fine in any browser, except Firefox

My page works fine in any browser, on my laptop: Chrome, Edge, Opera, Maxthon, Vivaldi, Brave. Except Firefox. Also I tested on tablet 10", Android (same browsers), and other desktop PC (same ...
aditz_a's user avatar
  • 19
0 votes
0 answers
24 views

Firefox: Why is padding-right inside scrolled element missing? [duplicate]

Why is padding-right inside scrolled element missing? div { border: 2px solid black; } .outer { max-width: 100px; overflow-x: scroll; padding: 10px; } .inner { width: 200px; padding: ...
Xaver Fleer's user avatar

15 30 50 per page
1
2 3 4 5
532