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
votes1
answer15
viewsApplying the paradise premium primefaces theme to a project that is not Maven is possible?
I was able to import the War that comes in the theme file and access the contents, but I already have a non Maven project started and Spring Security structure mounted working correcting already ..…
-
0
votes1
answer55
viewsJquery-Ui.css css is blocking page elements
I have elements arranged on my screen. However due to the use of the jquery.tab plugin css is blocking the page elements. Code Index.php <!doctype html> <html lang="en"> <head>…
-
0
votes3
answers1026
viewsView upload files in an HTML page
I’m Developing a Physics Study Site, Where the Teacher Uploads Files for Student Visualization. Saved the url in the database and the file in a folder. I am unable to view the pdf file on the page.…
-
0
votes2
answers240
viewsDistorted frame in CSS for video overhead
How would I create a stylized frame in css? I want to put a youtube video on my site, but in the background I would like to make a stylized frame as I tried to draw in the image below, with some…
-
0
votes1
answer202
viewsHow do HEADER track the height of the internal elements?
I have the following problem. Dude header does not automatically track the height of the internal elements. This is what happens when I set the css border-bottom:#DE5207 3px solid; to the header it…
-
0
votes1
answer144
viewsMaking a smooth transition
I would like to know how to make the transition of this navbar look smoother Javascript code used to perform it: var clientHeight = document.getElementById('header').clientHeight; $(function(){…
-
0
votes0
answers39
viewsVideo running in the background
Good afternoon, you guys! I’m trying to make a test code here with a video running in the background, but for some reason there’s a time that works and there’s a time that doesn’t. If you catch up,…
-
0
votes3
answers60
viewsHeader and footer does not follow page width
When the page is lowered the footer nor the top bar accompanies the width of the page, they are cut. At the moment you don’t need to be responsive, just keep track of the page width when lowered.…
-
0
votes2
answers81
viewsGrab an inline style value
If we consider an inline style HTML tag like this: <li style="width: 360px; float: left; display: block;">conteudo</div> it is possible I take only the value of the width to make a…
-
0
votes2
answers157
viewsSearch that shows the contents of a div
I’m trying to create a website that will help me here at work, which is as follows:: I wanted only one search box to appear on the home page, nothing else. All the necessary content would only…
-
0
votes1
answer47
viewsMovement of HTML page
When I click on an anchor like <a href="#um_id">clique aqui</a>, that has a #ID on href, it defaults to move up to the part that has this id as a bookmark. How I would discount this…
-
0
votes2
answers374
viewsicone no accordion bootstrap 4.0
Good afternoon, thank you all but it would have to be in bootstrap 4.0, the site I am inserting is in wordpress and I only have permission in the html editor and additional css. I would like the…
-
0
votes1
answer59
viewsHow do I stop the image from disturbing the input?
The transparent part of the image is in front of the input, I know it’s a simple problem, but I couldn’t solve it. The image I’m using is this: <style> .firstBlur { margin:20px 20px 0;…
-
0
votes1
answer86
viewsChanging the background of a Section
Section has a set background how do I move the mouse in image 1 change the background of the current overlap Section, remove the mouse back <section class="modules"> <div…
-
0
votes2
answers90
viewsAnimation with CSS
It is possible to use an infinite animation but with an interval time? Example: perform the animation + wait 10 seconds + and perform again, and so on. Is it possible? If yes, they could help?…
-
0
votes1
answer1584
viewsAlign table columns
I have the following table, and would like to know how I can align the values according to the corresponding column As you can see in the image the values are misaligned, the 9 that refers to "GP"…
-
0
votes1
answer612
viewsNesting CSS classes and tags
I’m developing a site, Administrative side, already set up Masterpage and now defining the Layout of the pages daughters, where I came across a problem, which I need help. This is the code that…
-
0
votes1
answer76
viewsApply responsiveness
As we can see in the first picture with the extended screen is right but when I resize the screen the tables leave the organization, can help me to keep the tables resizing according to the screen…
-
0
votes0
answers129
views -
0
votes3
answers2287
viewsRemove created image-div spacing
Would you like to understand why a spacing is created between the image and the div? How is it possible to see when adding the red background. And how to correct without using position or margin and…
-
0
votes0
answers94
viewsChange Text through a class
Good morning everyone, I’m trying to change a text of a link on a Wordpress site that is the name of a category, but when I update the page using the code below is displayed quickly the old text and…
-
0
votes1
answer15
viewsDoes not set display to flex when you hover over
Even passing the mouse over the class name does not appear .img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); } .img:hover { filter: grayscale(0%); } .img:hover .name {…
-
0
votes1
answer693
viewsFooter is not fixed at the bottom of the screen
I created a page where there will be a footer that should be fixed at the bottom of the page, when the page is started it has a total size and the footer works normally at the beginning: But I have…
-
0
votes1
answer873
viewsHow to organize data in 3 columns without breaking layout using CSS Flexbox?
I have a list of items (ul), and each item occupies 33% of the screen, thus forming a horizontal list of 3 columns. When there is no more space in the horizontal, it forms a new line, something very…
-
0
votes1
answer246
viewsHow do I have the internal ASIDE images adjust their height and width automatically?
How do I make the internal images of ASIDE adjust its height and width automatically according to browser resizing? CSS aside{ background-color: #222; margin-top: 10px; margin-left: 10px; width:…
-
0
votes0
answers30
viewsProblems of animation
Good I’m having a problem in the responsibility of my web page due to navbar. In the navbar when the screen is less than 540px wide the navbar gets the dropdown but my problem is that the content of…
-
0
votes1
answer56
viewsHow to Position Quick Adsense with CSS
I have a Recent Site and I added Quick Adsense after it’s been approved, but the Ads have defaced, or rather defaced, the Pages, so I found an answer to a question here at Stackoverflow in English,…
-
0
votes0
answers29
viewsTablet CSS in Ionic 4
Good afternoon, How can I make a css for mobile and tablet? I need to separate, prq on a given screen the menu should be presented and other not.
-
0
votes1
answer49
viewsUse checkbox to bring up image
Good evening, I am very beginner in web development, I would like a help, I want to make 2 checkbox, in which, when the first is marked, appears the image1 , and when the second is marked, appear…
-
0
votes0
answers90
viewsHow to increase modal size?
I have a modal that is powered dynamically by BD and I would like to be able to increase its width however the most I can find is to add the modal-lg class but I need a larger width, what I can do…
-
0
votes0
answers39
viewsProblem with internal scrollbar
In certain resolutions (smaller) the scroll bar in the div "contacts" works perfectly, but in others they are superimposed by the content on your left. With normal resolution is as follows: The…
-
0
votes1
answer29
viewsBox-Sizing on input button does not work
Guys, I have a form where when I apply a border-bottom to the input button it jumps because the box-Sizing is not working (I believe that’s it). In other input is working properly. Can anyone help…
-
0
votes1
answer167
viewsHow to make a checkbox become clickable?
Someone knows how to make the checkbox clickable. I created a new look for my checkbox, but when clicking on the checkbox it is not selected. I want the checkbox to be white and only when it is…
-
0
votes1
answer58
viewsPosition text before content
I wanted to make an edge with content like this But I don’t know how to put the talk to us inside the edge, it looks like this picture of me My code .Campos { margin-left: 90px; border: 10px outset…
-
0
votes1
answer96
viewsHow to import fonts locally in css?
I am developing a website and I am having difficulties in the issue of sources. Locally they appear, I uploaded to the server of my files the site appears normally, however only the sources do not…
-
0
votes0
answers471
viewsIs it better to work with min-width or max-width in CSS layout?
I’m creating some prototype responsive site. But what I noticed is that when I use min-width or max-width they do almost the same thing, although they determine a minimum width and a maximum I still…
cssasked 5 years, 5 months ago Leandro Nascimento 88 -
0
votes1
answer46
viewsHow to leave the internal elements of a Section with two columns
How to leave the internal elements of a section with two columns independent of browser size? This image below is what I have ready. But as you can see it has four columns. I need you to have only…
-
0
votes2
answers22
viewsbackgroundColor is not working on Chrome (Jquery)
Good morning guys, I’m taking a jquery course and when doing some tests with multiple css statements Chrome runs the part of backgroundColor, but both in firefox and ie work without problem, until I…
-
0
votes2
answers72
viewsLogo and title bugados when resizing the window
How to solve the print problem? I’m developing a responsive registration page, only the logo and the title are giving me a lot of headache, I’ve tried everything I know and I couldn’t solve, it’s…
-
0
votes1
answer29
viewsdifferent font abandon on the web
Morning all right with you? Next... I downloaded and installed the Abandon font and in photoshop it looks great, then, I launched in html with the command @font-face { font-family: abandon; src:…
-
0
votes0
answers147
viewsBroken layout using grid
I’m using a grid system for my layout as seen below: .artigo { margin: auto; width: 70vw; display: grid; grid-template-columns: minmax(200px, 3fr) 1fr; margin-top: 90px; } @media (max-width: 1400px)…
-
0
votes1
answer30
viewsSVG mosaic with cross-browser support, is it possible?
I have a project in which I would like to include a mosaic-shaped gallery, this would be responsive and interactive. At first, I thought about SVG for the free form and without loss of quality/…
-
0
votes1
answer597
viewsComplex Form Bootstrap
I am creating a customer registration form. I am using the Bootstrap v:3.3.7 framework my client registration template, will open in a new pop-up: width=1300, height=630. When my form is at this…
-
0
votes1
answer5518
viewsHow to change table row color based on the value of a cell?
I need to make the table row change to a certain color based on the value contained within the tag 'td'. All functions that I have found so far have not been useful to me as I have tried to…
-
0
votes1
answer98
viewsCss only applies on one page, using Spring MVC
Hello, I’m doing a project using Spring MVC I’m applying a css to the main page and it’s all right. <link href="${contextPath}resources/css/reset.css" rel="stylesheet" type="text/css"…
-
0
votes0
answers47
viewsHow to fix slide overlay during transition?
I have a aside with image transition elements (slides) that adjust their size according to the size of the browser. When the browser is in a dimension that does not resize the banners, everything…
-
0
votes1
answer449
viewsCountdown with Javascript
I am a beginner in Javascript and need to create a page with countdown. I need to pick a future date and count back. What’s the best way?
-
0
votes1
answer248
viewsI’m unable to change the size and color of the input button type Submit:
input [type=submit] { //esse comando não ta funconando background-color: #111f66; border: none; <form method="POST" action="processa.php" > <input type="email" name="" placeholder="Usuário"…
-
0
votes0
answers20
viewsMake a div to adjust horizontally to the content
I want to make a DIV fit perfectly to the content inside it. When typing a text that exceeds the maximum width (max-width) the text breaks and goes down, but the div is not perfectly aligned to the…
-
0
votes2
answers656
viewsShow button when hovering javascript
I am developing an application in jsf,css,javascrip in which when passing the mouse in the product will appear a button "Learn more" and when taking the mouse the button know more disappears , is…