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
1 answer
50 views

Styles not being applied in Chromium based browsers

I'm working on a project using Angular as the FE framework. I've a simple project setup as following: In the angular.json file I'm importing these files: "styles": [ "src/import....
Jacopo Sciampi's user avatar
0 votes
0 answers
19 views

How do I change/remove the blue border that pops up around the URL bar in my custom Chrome theme?

I couldn't find any documentation on this. I've tried fixing this via disabling the Chrome flag "Omnibox refined focus state UI" someone mentioned in a 3 year old post but that flag doesn't ...
ghoul's user avatar
  • 1
0 votes
2 answers
39 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
0 votes
0 answers
32 views

How check browser support in CSS for @view-transition navigation: auto?

Google Chrome 126 is introducing cross-document view transitions in CSS (source) with @view-transition { navigation: auto; } Now I would like to check the support of the user's browser with: @...
Oliver Schwarz'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
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
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
0 votes
0 answers
23 views

Iphone 14 specific media query

I need to apply some CSS only for iPhone 14, but when I am trying to apply Media query in iPhone 14 in that case it also applying in iPhone 15 because both the device having same media query as below ...
Vicknesh's user avatar
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
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
0 votes
1 answer
64 views

Strange behavior of @page size css rule

I am having some issues with @page rule and using the "Save as PDF" print feature of MS Edge and Google Chrome. Here is my problem: Background I am having an SVG file that I am trying to ...
user12137152's user avatar

15 30 50 per page
1
2 3 4 5
749