Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [css]

CSS (Cascading Style Sheets) is a representation style sheet language used for describing the look and formatting of HTML (HyperText Markup Language), XML (Extensible Markup Language) documents and SVG elements including (but not limited to) colors, layout, fonts, and animations. It also describes how elements should be rendered on screen, on paper, in speech, or on other media.

css
0 votes
1 answer
25 views

why the chevron doesn't maintain its rotation?

Well I wanted to create mini project to test my CSS skills so I have decided to create a drop down menu. so I started by writing HTML codes: HTML <!DOCTYPE html> <html lang="en"> ...
Behzad Kaviyani's user avatar
0 votes
0 answers
26 views

How to view images and sentences like "With text wrapping -Square" of Word - laravel-dompdf

I'm using laravel-dompdf now for printing pdf. PDF format: Two images are displayed on the right half of the first page. The sentence is displayed as much as possible in the left half of the first ...
bluestar0505's user avatar
-1 votes
0 answers
14 views

CSS display different in IOS and Android, Windows [closed]

When I preview my website in mobile screen size with Chrome, my laptop and Android display the same but in IOS is not, despite I use the same browser Chrome. CSS isn't applied with IOS, is it ? How ...
Break Heart's user avatar
0 votes
1 answer
32 views

aria-labelledby pseudo elements

I have a quite simple question, I'm using some buttons that does not contain any text, only an svg, but when you hover on it, a label appear (:after) which is bad for a11y. I'd like to make this a bit ...
Symtox's user avatar
  • 308
-1 votes
0 answers
32 views

I wanna display the drop-drop on hovering on "About Me" but it's not working [duplicate]

I expected for the drop-down to show up below "About" I used :hover but it's not working on it. It's not changing into display: block; .oil { position: relative; display: inline-...
Mayuresh Singh's user avatar
-2 votes
0 answers
24 views

My Mobile nav bar is not clickable with my weebly website

I know nothing when it comes to coding. However, I have successfully built a website using Weebly. This being said, when I added a store to my website, it did something to the coding itself, and now ...
user26514927's user avatar
1 vote
2 answers
50 views

CSS only curved or warped background box [closed]

I'm trying to achieve quite a simple effect but struggling to get something that looks good. It needs to be accessible HTML so a CSS only solution is desired. Any background color and any page color. ...
sidonaldson's user avatar
  • 25.1k
0 votes
3 answers
51 views

Html <div> leaves unexpected margins [duplicate]

I am new to HTML and CSS. I was experimenting with displaying <div> -s side by side. I noticed that simply adding a div inside the body will display with unexpected margins. I tried messing ...
Thinchance's user avatar
3 votes
0 answers
39 views

Confusion with flexbox child's width [closed]

I have been using flex-box for almost everything for quite some time, but there is still some small things with child sizing that I wasn't able to figure out. I am giving two examples: .parent { ...
Prokop Lošťák's user avatar
0 votes
0 answers
17 views

Preventing content blur in scaled iframe with CSS border-radius

I have an iframe inside a container that dynamically scales the iframe based on available space in the div. if there is no border-radius, the content of the iframe is rendered with no problem. But as ...
forrey's user avatar
  • 31
2 votes
1 answer
59 views

css text ellipsis one by one from right to left, instead of all at the same time

When I shrink the screen all elements become ellipsis. Is there a way to change this behavior? I want them to be ellipsis one by one from right to left. The third item should disappear first, the ...
Oktay Yuzcan's user avatar
  • 2,994
-1 votes
1 answer
27 views

What does the number after the url function for the image property mean in a Qt5 QCSS specification?

Reading up on CSS stylesheet handling in Qt5, I found the following snippet at http://web.archive.org/web/20180629230221/http://www.qtcentre.org/threads/15119-QSlider-custom-handle-image-not-displayed ...
sdbbs's user avatar
  • 5,129
-1 votes
1 answer
29 views

How to change the background color of a Datatable header using css?

My question is similar to this question, except that I would like to use a css rule in an external css file.
Edd's user avatar
  • 85
0 votes
0 answers
10 views

Make sure elements break to a new line without gaps [duplicate]

I am adjusting a suggestions box on a website which shows up when using the search function. It can display a maximum of 12 suggestions but depending on the search it can show 1, 2, 3, 4 etc at a time....
user26513593's user avatar
0 votes
1 answer
34 views

Simple Floating Placeholder in HTML and CSS wihtout setting background to placeholder

hello i am doing a simple floating placeholder on input. but i dont want to set the placeholder a background, since i have different input backgrounds and different background styles. is there a way ...
georgio bejjani's user avatar

15 30 50 per page
1
3 4
5
6 7
53805