Most voted "css" questions
Cascading Style Sheets (or simply CSS) is a style language used to define the presentation of documents written in a markup language, such as HTML or XML. Its main benefit is to provide the separation between the format and content of a document.
Learn more…8,314 questions
Sort by count of
-
0
votes2
answers131
viewsError of responsiveness
I’m following a material from Caelum and I’m having difficulty making a responsive page. I wish she’d stay like this, but she’s showing up like this .container{ width: 96%; } header h1{ text-align:…
-
0
votes1
answer97
viewsResponsive menu, bugs on android 6.0.1
Well, I’m performing a responsive menu, it was working perfectly, and it’s still on most devices, the problem is that, in the second image, using a mobile phone with the newest android version the…
-
0
votes2
answers99
viewsProblem with CSS Filter in some browsers
I’m trying to use the parameter filter CSS, but in some browsers with Chrome and IE not working, already in firefox it works normally as desired. The code I have is this: .empresas-marcas ul li a{…
-
0
votes2
answers642
viewsAutomatically fit DIV with CSS
Hello I’m trying to get s div’s to automatically fit together next to each other and if there’s no space on the side go and automatically fit from left to right, but it’s not working. NOTE: What…
-
0
votes1
answer141
viewsBy clicking a button, I want my box to open with a transition
I have a box: .box1 { width: 470px; height: 64px; border-radius: 5px; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); background: #fbfcee; position: relative; overflow: hidden; -webkit-transform:…
-
0
votes2
answers212
viewsProblems with responsive design - item placement
Well, I’m developing a project, and eventually a bug came up, just need to fix it, tried several ways but could not fix IMG 1: IMG 2: Image one shows the elements all cluttered by the screen,…
-
0
votes2
answers163
viewsdiv’s scroll down when changing screen resolution
Hello, I have the following code: <style> .fotosJaCad { display:inline-block; vertical-align: middle; width: 18%; height: 175px; text-align:center; border: #000 .01px solid; } @media screen…
-
0
votes1
answer93
viewsHow do menus or classes appear gradually?
I would like a help, it’s a project that would be a pizza site, where when the person entered the site did not appear all "menus" or "classes" at a time, when only the menu would appear, as soon as…
-
0
votes2
answers1764
viewsProgress bar plugin with steps
Does anyone know of any Javascript or CSS plugin that can generate this kind of progress bar?…
-
0
votes1
answer79
viewsBoostrap Validator
Great, I’m trying to make a Validator with Boostrap but it’s not working. I want the weight input to be for example : 70 kg. regex I think it’s working but when I give Ubmit, div.invalid-feedback…
-
0
votes1
answer123
viewsNavbar in trouble
I’m doing a project, and when I reduce the screen, the navbar switches to the mobile default, making it responsive, then when I click on the 3 dashes of the navbar menu, it drops the content and…
-
0
votes1
answer127
viewsImage with responsive HOVER
Good night, my name is Rui. I’m developing my first website and I’m having doubts regarding images using Responsive Hover. I made a Hover using a black and white and colorful image, but only got…
-
0
votes2
answers232
viewsHow to pass a direct path to an html inside the iframe tag
How can I pass a path to a div calling an HTML page inside the tag iframe ? Example, I have the following help menu that will be available for the user to access from any screen of the system, but…
-
0
votes2
answers887
viewsHow to send a full PHP page by email ?
I’m having trouble sending an email template. I have the following page : <?php session_start(); ?> Contact - Piscouachou Email sent successfully ! <section id="conteudo"> <p>…
-
0
votes0
answers14
viewsTransition effect on image
I can’t explain very well what the name of this effect is, but can anyone give me a light on how to do it? Or the name of it at least, I thought it was cool, I wanted to implement it on the page I’m…
-
0
votes0
answers58
viewsPicture gets huge in Carroussel
That is the problem: http://hotplateprensas.com.br/novo/produto.php?p=1 I’m using a plugin JQuery for viewing images of the type carroussel. But when the image is too high it generates this problem.…
-
0
votes1
answer103
viewsInsert into field in mysql
I have a system where have registered matches and the logged user tries to hit the results of these matches, Each match has a registration id that is with the name (game) in the database, I already…
-
0
votes1
answer213
viewsJavascript function does not work completely with jQuery
Good evening. I’m having some problems making another function work together with jQuery. The jQuery function is working as I’d like, however, the one I created is not. In fact it is almost working…
-
0
votes2
answers59
viewsScroll effect with opacity works but with transfform does not
Good evening, I have this code that works one part and the other part does not. $(document).on('scroll', function() { /* funciona */ var max_opacity_arrow = 0.3; var min_opacity_arrow = 0.1; var…
-
0
votes1
answer59
viewsDropdown goes blank with Bootstrap
After application of Bootstrap the dropdown was blank , I do not know how to proceed. <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <meta…
-
0
votes1
answer786
viewsHow to leave the width of the last TR of the bootstrap table size?
I have the following table: <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 col-xs-offset-2 col-sm-offset-2 col-md-offset-2 col-lg-offset-2"> <h3 class=" text-center">Treino 1 para o…
-
0
votes1
answer167
viewsCSS Grid Framework System
I am new to the CSS Framework branch, my question is as follows. Tool independent (Bootstrap, Materialize, etc.) how is the process of creating a website using CSS grid? Not the operation of the…
-
0
votes1
answer207
viewsGenerate Table with PHP Group Index
How can I make a Table that shows me a Line at the beginning of each Group in a table To understand me better I’m putting down an image of how I need Current Table Table With Index <table…
-
0
votes1
answer175
viewsCSS: Slider
I’m starting out in Web programming, and I’m customizing the Myanimelist list. I only have access to CSS, and I wanted to edit some effects. I have the following screen: To make the top left-hand…
cssasked 7 years ago Felipe Nascimento 417 -
0
votes0
answers267
viewsImage over another as a stamp using css
I have an image on the screen where I want to add a stamp, the problem is that as this image is inside a foreach, so if I get the image id, will this repeated. #carimbo-foto{ position:absolute;…
-
0
votes1
answer42
viewsFastest way to use CSS
Which is the fastest to use: .testando1{display: none;} .testando2{display: none;} .testando3{display: none;} .testando4{display: none;} .testando5{display: none;} Or: .testando1, .testando2,…
cssasked 7 years ago Lucas de Carvalho 6,427 -
0
votes1
answer37
viewsHow to make a wordwrap inside a <pre>?
I have a tag <pre>Oie</pre> I wanted this text to have a maximum width of 595px word-wrap:break-word; what I did was this pre { width:595px; word-wrap:break-word; } I do it , but nothing…
-
0
votes1
answer243
viewsSource delay to load on the hosted site
I went to host my website and I use @font-face in CSS, it is extremely slow to load this font on the site. What can I do?
cssasked 7 years ago Marcos Felipe 13 -
0
votes2
answers611
viewsFix rows in table
I have the following table: .mytable { width: 100%; height: 150px; overflow-y: auto; } .header, .footer { //position: absolute; } <table border="1" class="mytable"> <tr class="header">…
-
0
votes1
answer63
viewsProblems using font-face on the site
I am using font-face on my site and it loads normally when typing the link with www.ksleague.com, however, when typing the link without www, it does not pull the font-face. How am I supposed to fix…
-
0
votes2
answers48
viewsWhat is the difference in the statement of these two options?
1- that .back.flipped and different from that? .flipped 2- this .front.flipped and different from that? .back.flipped…
-
0
votes1
answer787
viewsDotted or striped background in css
Someone help me make a dotted or striped background in css?
-
0
votes2
answers37
viewsHow to set alternately the background color of sections of a CSS page?
Within the body of my HTML document have a sequence of 5 sections, this number may vary depending on the situation. I would like to define a different highlight (background) for each Service "par",…
cssasked 6 years, 12 months ago Fábio Jânio 3,407 -
0
votes1
answer392
viewsHow to define the image format when saving the file using "html2canvas"?
I am using canvas2image.js to turn a div into an image, everything works, the problem, need to define a format for the image at the time of saving, without it it is without a valid format. Example:…
-
0
votes1
answer156
viewsHow to delete the last div added by DOM?
I’m making a notes webapp, I used DOM to add notes and remove, but when I remove it, it removes the first note and not the last note. <script async> function novaNota() { var div =…
-
0
votes1
answer224
viewsTabs with different colors using css and jquery
I need to make some tabs so that information is shown according to the tab clicked, what I do not know how to do is the colors of the tabs, they are of different colors when you click on each one,…
-
0
votes0
answers64
views -
0
votes0
answers66
viewsRemove spaces from the image div using Canvas
I have a div, where I’m saving the content using canvas <div class="container-capa"> <img src=~/Content/imagemcartaovisita/@Session["NomeCapaCartao"] class="img-responsive" id="capa" alt=""…
-
0
votes0
answers150
viewsHow do I change the background color of a Jfoenix Combobox item?
I’m having trouble with colors in Jfoenix. My program has this yellow, gray and white palette, but all objects are in blue. Like the items in this combobox: I tried to add this to the archive…
-
0
votes2
answers559
viewsColor an image or div with the value of a field in the database
I wonder if it is possible to put the color code that is saved in the database in an image/div/icone. Working like this, the person fills in the form and chooses a color to be the color of her…
-
0
votes0
answers20
viewsnot allow that when dragging the dialog it leaves the useful area of the page
When I drag the dialog to the ends of the page, bottom or right it pops the screen, as if it were outside of html, how can I stop it from going over the ends of the page? put the overflow: hidden;…
-
0
votes1
answer78
viewsProblem: Divs move when clicking
I have a set of 4 divs with their own title, and when clicking on each one of them, the corresponding information is shown, when the page loads the divs are aligned with the margin between each of…
-
0
votes1
answer4647
viewsLocal server does not update css and javascript
Every time I enter my development environment I have to clear the browser cache for the css and the javascript file work or put "? 1" in front of the file that pulls css and js to force the server…
-
0
votes1
answer205
viewsDifferent font style in each browser
I created a website and went to test in the browsers, and noticed that in each browser the font used is in a way. I even put up a picture for you to see how it looks, the question is: It is possible…
-
0
votes2
answers134
viewsCount only from visible cells
I’m having a problem with my code. I have a dropdopwn menu that displays notifications. When the notification shows the same date as the current day it displays <div class="label…
-
0
votes2
answers964
viewsA different color for each highcharts column
I have a horizontal bar chart from Highcharts, I would like each bar to have a color, only I mount them only with a series using a database query, in which case I can only pass one color to the…
-
0
votes2
answers3718
viewsHow to create a Pop UP that has the close button
Hi, everyone at Stackoverflow, first I’d like to apologize if you’re asking me wrong, this is the first time I’ve ever used the O.R. And also apologize for my ignorance in HTML and JS. In fact, I…
-
0
votes1
answer95
viewsHow to block scrollbar when browsing a desktop device?
I am using Bootstrap 4. How to block the 'scrollbar' (the scroll sidebar) when navigating on an appliance desktop?
-
0
votes1
answer328
viewsHow to remove column spacing in bootstrap
Good afternoon everyone, I am working with columns and I came across a problem that has been hitting me for a long time, as you can see in this example https://jsfiddle.net/qt542gLo/, I need that…
-
0
votes1
answer117
viewsHow do I edit the scroll bar of a select tag?
<select id="select"> <option value="week"> Previsão Semanal</option> <option value="daily"> Previsão Diária</option> </select> I have this code here and in css…