9 questions from the last 1 days
0
votes
2
answers
25
views
How to increase space between an ordered list item''s marker and content whilst using list-style-position: inside?
I have an ordered list (<ol>).
<div class="wrapper">
<ol>
<li>List item</li>
</ol>
</div>
I'd like to remove the indent of the <ol> ...
0
votes
0
answers
43
views
How to move background while scrolling the page?
I`m just trying to figure out how to do a scroll effect. When background is moving with scroll, while you are on a certain block of the site. I tried something like this, but i feel wrong in here)
...
0
votes
0
answers
15
views
CSS is not being applied correctly in Outlook Classic on macOS
I am experiencing an issue where the CSS of my email template is breaking on MAC devices that use Outlook Classic. I have tried adding some validations such as the following:
<!--[if mso]> ...
0
votes
1
answer
39
views
Firefox ignores CSS embedded in external SVG <use> references
I have a simple external SVG file circles.svg that contains related CSS in <style> tag:
<svg id="svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3....
0
votes
0
answers
19
views
Why doesn't the carousel component take into consideration the max-h-full?
I have a carousel component:
import * as React from "react"
import { Card, CardContent } from "@/components/ui/card"
import {
Carousel,
CarouselContent,
CarouselItem,
...
1
vote
1
answer
26
views
Replicate table heading across multiple columns using HTML+CSS
I have a long HTML table that I am wrapping across multiple columns using CSS column-count.
The table contents wrap just fine. The problem is that the table heading only shows in the first column. I'd ...
1
vote
1
answer
49
views
Applying a filter to all subsequent and previous sibling elements in CSS on mouseover
I have a grid of elements that I want to appear in their unfiltered form when the page loads. When a user mouses over one of them, it should stay highlighted while the other elements fade to grey. I ...
-1
votes
0
answers
27
views
Entire browser glitching/flickering during CSS transform animation [closed]
I have attached a link to a screen recording of my problem, I am asking here as I cannot find examples of this problem elsewhere and I have tried various possible solutions such as wrapping the ...
2
votes
2
answers
97
views
Is there a way to target a pseudo-element in CSS by its class?
I am looking to construct CSS to target this element...
<input type="button"
pseudo="-webkit-media-controls-play-button"
aria-label="play"
...