1,186,322 questions
0
votes
1
answer
51
views
Random dotted box appears inside div with padding
I have a grid of identical boxes, but some of them seem to appear with dotted lines, corresponding to the padding of the box. It appears to be the same boxes in the grid each time, and each box has ...
-4
votes
0
answers
28
views
Profile page not updating in real-time (sidebar name + active highlight) and avatar not showing after upload in ReclaimX [closed]
I am working on ReclaimX, a full-stack campus lost & found platform (Final Year Project).
GitHub: https://github.com/SniperRavan/RECLAIMX
Problem
On the Profile page (pages/profile.html), after ...
0
votes
1
answer
34
views
Merriweather Google Font doesn't work with font-stretch
On the Google Fonts page for Merriweather, it shows it has a variable width that you can test on the site. But when I have the font embedded in a site, there is no option:
<!DOCTYPE html>
<...
0
votes
1
answer
68
views
Which element owns (WebKit CSS targeting) the page scrollbar when the "body" doesn't? [closed]
I have two pages. The first does exactly what I want with its scrollbar:
@property --my-width {
syntax: "<length>";
inherits: true;
initial-value: 0;
}
:root {
--color-...
0
votes
0
answers
47
views
Vertical Stacking cards animation [closed]
Currently I am using vertically stacked card animation by the framer motion. The animation it self is perfect user reaches the section, the section becomes sticky and page normal scroll stops and the ...
Best practices
1
vote
1
replies
27
views
EMP created in service now on ADA issue , but the main problem seeming to be the version of my angular
We are using angular version 15. As part of our internal UI modules for styling from the client side itself, according to those versions of those modules there was an ADA issue.
The ADA issue is about ...
Advice
0
votes
5
replies
69
views
Detect when list of divs "would be" overflowing
I'm trying to find out whether a horizontal line of divs exceeds the width of their container. If they do, they should be displayed as a dropdown, as they are not allowed to overflow (and the divs ...
0
votes
0
answers
45
views
Sticky positioned flex element only obeys mix-blend-mode in row direction [duplicate]
I have two flex displayed divs on my site, each containing two child divs with a flex-direction set to row and a mix-blend-mode set to multiply, visible against an image background.
The second of ...
-7
votes
1
answer
111
views
My code keeps returning an error that says "e is undefined" whenever I run it? [closed]
I'm trying to make a graphics test using tables as individual pixels, where you can move around using WASD, with the player character being the "@" symbol.
I'm using this code:
<!DOCTYPE ...
-6
votes
0
answers
49
views
How do I select an element that only has the one specified class? [duplicate]
I want to make a CSS selector that selects elements which only have the .banner class and no other classes.
For example, I only want to select the first div in the following HTML:
<div class="...
Advice
0
votes
5
replies
163
views
Javascript full stack
I have an assignment on my University to make a full stack project including bootstrap, backend, database and frontend, I am trying to make my image change depending based on how many xpAutoclicker ...
0
votes
1
answer
76
views
I'm looking for an alternative way to achieve the same visual effect as a line or an SVG that follows the text
I'm looking for another way to achieve the same effect, but without using a white background to hide the line that runs beneath the SVG. Otherwise, I can't incorporate it when there's a background ...
-1
votes
2
answers
83
views
How do I match an element containing two matching child elements with CSS?
I want to make a CSS selector that matches an element which contains both of two specified matching child elements. For example, let's say I want to match a <section> element that contains both ...
Best practices
0
votes
0
replies
27
views
How to represent native HTML5 form validation in a UML Sequence Diagram?
Context summary
We are modeling a Sequence Diagram for a React application (Next.js). The flow describes the creation of a new staff member through a form located in the AddStaff.tsx component.
The ...
-1
votes
1
answer
133
views
Why is my PHP query string malfunctioning?
I am writing a simple web-app to display flashcards using PHP, SQL and HTML.
To show the cards currently created I have a page called view_cards.php which loads with a query string comprising the ...