All Questions
510,052 questions
0
votes
1
answer
30
views
why CSS mix-blend-mode: difference not working with Spline 3D background element
I'm trying to implement a mix-blend-mode: difference effect on header text that should blend with a 3D Spline background, but it's not working. The navigation bar has the same blend mode and works ...
1
vote
1
answer
28
views
Div with position:absolute does not display in Firefox until Inspector is opened
I can only recreate this problem in a private browsing window in Firefox; other browsers do not appear to do this.
In Firefox, on this page, scroll down until you see the image of the sailboat. ...
2
votes
0
answers
51
views
How to use :invalid selector with custom HTML
I have my custom HTMLElement that looks like this
export class MyCustomElement extends HTMLElement {
// ...
}
customElements.define("my-custom-element", MyCustomElement);
and my css
*[...
1
vote
1
answer
45
views
How do I get a block's transition to work with the keyframes?
I have a relatively simple block that should hover and grow, but for whatever reason I can't get a smooth transition or get it to grow. However, the hover works fine.
* {
padding: 0;
margin: 0;
...
0
votes
1
answer
43
views
Elements relative to a higher parent stop being sticky after scrolling the length of their direct parent
I'm having a problem with a grid component I've built, as described in the title. The elements are relative to a parent higher in the dom, but when their direct parent's scroll width is scrolled, they ...
-1
votes
1
answer
123
views
Infinite looping slideshow with CSS and/or HTML, no JS
Been working on this a while and it's not just not going as planned - any help would be appreciated! I'm trying to create a 4-image slideshow where:
On the last image, when the user clicks on the &...
-1
votes
0
answers
40
views
Converting LaTeX worksheets to html - keeping blank spaces [closed]
An acceptable solution for this would be okay
I need to replicate the behavior of \vspace*{3cm} or \hspace*{3cm} from LaTeX in an html document. It is not practical to use   repeatedly (see ...
0
votes
1
answer
45
views
Why is this div too wide and long?
I noticed the card in the screen here is slightly wider to the right and bottom. I have no idea why. I made the background of its parent div by the class of "card-inner" yellow so it is ...
-2
votes
0
answers
79
views
How to edit a running WordPress site that isnt mine with Php Storm? [closed]
Currently I am a person who is studying I have coded websites with WebStorm but a person has asked me to do edits on their website. I have received admin access but I need to find a way to get the ...
1
vote
1
answer
56
views
My CSS shape-outside circle position is off, not sure what is the cause
I’m testing using css shape-outside to make text wrap a circle based on a div, the circle area is always a few pixel off .
I set my css to shape-outside: circle(50% at 50% 50%); I suppose this will ...
-2
votes
0
answers
48
views
Why are my images in HTML not being displayed despite the links being correct? [closed]
For some reason, my HTML images won't load. I double checked, and I'm extremely confident that the link is correct. However, the images won't seem to load? By the way, when I was messing around with ...
-3
votes
0
answers
41
views
I can't set correct border and :hover in CSS [closed]
enter image description here , enter image description here—This is in my website
enter image description here — And this is layout
I can't do it like in the layout. I can't get the border closer to ...
0
votes
0
answers
35
views
How can we achieve similar drag-n-drop behaviour of speed dials of opera browser for both sort and group? [closed]
I was trying to implement similar drag drop behaviour like opera browser's speed dial.
Group: It creates new group or add speed dial to existing group when we drag a speed dial over other speed dial ...
0
votes
1
answer
59
views
I'm trying to add an overlay as a page border on my site, but it won't align
screenshot of the current homepage. the overlay is JUST off.
So as I described, this overlay just won't fit the screen no matter what I do!
Here's my code for putting it on the page:
.letterbox {
...
1
vote
0
answers
54
views
CSS centering issues/conflicts when loading this Shopify page
The purpose of this page is to act as a skeleton or framework for a custom page that will integrate a text-to-image API. I am having issues getting the title and description to be centered when ...