806,983 questions
0
votes
1
answer
28
views
How do i use position absolute on a flex item without it disappearing?
I'm at a loss right now, and would appreciate any help, please. I've been trying to layer images over each other using positioning, but they keep disappearing when I make them position absolute.
How ...
1
vote
1
answer
34
views
Highlight entire lines when possibly overflowing
On my website I have code snippets as rectangular areas with a scrollbar if the text overflows horizontally. I would like to mark insertions and deletions with <ins> and <del> and style ...
Advice
0
votes
0
replies
18
views
How can I make hidden supplementary content available to assistive technologies and mobile users?
My project uses a custom plugin for pulling in open data from multiple sources and outputs those sources in different areas of a profile page. For example: title, URL, social icons, list of categories ...
-1
votes
1
answer
58
views
CSS Clamp not functional with line height (em or without unit)
I have found an issue with css clamp concerning line height. Neither an em unit nor a unit-less entry will scale accordingly. It appears that the value is calculated only once by the browser (chrome ...
0
votes
1
answer
39
views
Column width limit in CSS grid
In a CSS grid, I want to limit the width of the first column to 150px.
I tried several approaches, but they are accompanied by weird behavior, for example:
The first column doesn't shrink at all ...
-7
votes
0
answers
58
views
How would you recreate a 3D-like hexagonal progress bar in React Native? [closed]
Hi everyone 👋
I'm building a mobile app with React Native.
I’m struggling with a front-end component and would really appreciate some guidance.
I need to recreate a hexagonal loading/progress ...
-1
votes
0
answers
24
views
How to stack two iframes vertically that expand to their full lengths? [duplicate]
I have test1.html and test2.html with independent CSS and JS files. All of the files are in the same folder. I would like to stack them vertically such that they expand to their full heights. So no ...
-1
votes
1
answer
55
views
How do I get my other elements to not go under my position div? [closed]
How to i get my description div to not go under my img div when I reduce to size of my browser window? I've noticed that with positioning it doesn't behave normally at all it acts like its layering ...
0
votes
1
answer
74
views
How can I stop my overlay from overflowing the site body? [closed]
I'm trying to add teeth images over my embed site. Despite the size of the image, the main body of the site keeps overflowing to the right. I've already tried making any overflow-x in the body hidden ...
2
votes
1
answer
44
views
Nginx Not serving CSS
I am trying to learn to use nginx. Right now I am having trouble getting the css to apply to my html.
It serves my html but no css. The css is correctly linked in the html.
Here is my file structure, ...
1
vote
2
answers
69
views
incorrect mouseenter function area outside of designated area?
So im designing an element/code in js and html that makes it so when you hover over a class called "img_container_invis" it makes a comment icon appear, but even though everything should be ...
0
votes
1
answer
46
views
How to show a background image behind a modal overlay in a React + TypeScript app?
I’m working on a React + TypeScript (tsx) app and I’ve implemented a modal component.
Normally, modals have a semi-transparent gray backdrop. Instead, I want to show a background image behind the ...
1
vote
1
answer
62
views
How to ensure 100% height for the page with accordions
I have 3 div. div 1 is fixed height, div 2 & div 3 are expandable and only one can be expanded at a time.
I want such that all 3 divs will be visible at all times.
If the contents of div 2 is long ...
Advice
0
votes
10
replies
155
views
How can I remove existing content before adding more content with JavaScript
So I have a function in my JavaScript that creates a serious grid cells but I want when the user clicks and input desired numbers, I want the grid on display to be removed. I tried adding a display ...
0
votes
0
answers
28
views
Problem with local razor.css file on Visual Studio/Blazor Web Assembly Standalone page
I'm developing my own website, on Visual Studio/Blazor Web Assembly Standalone, in which I have a MainLayoutenter image descriptionenter image description here here, and I've added a local razor.css ...