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
-
1
votes1
answer442
viewsHow to select multiple radios button in the same column of an html table?
I have a table html with 3 columns and 3 rows and when I select, for example radio button of line number 2 the line number 1 unchecks. @if (Model != null && Model.Tabela1!= null &&…
-
1
votes1
answer948
viewsHow to remove white margin from a Carousel (Bootstrap)?
I created a Carousel on my site through the Bootstrap code, and I want it to occupy the entire width of the screen (100vw) and almost the entire height (90vh); therefore, I put in the container…
-
1
votes1
answer421
viewsAnchor type link inside an iframe
Talk personal, all right ? I develop for a virtual store! And on the page of the products the descriptions are being created by iframe! ( yes , unfortunately I’m not managing to change that) Meaning…
-
1
votes0
answers31
viewsDivs aligned with different Height
I need to make this effect of the Divs being different sizes, but always 'embedded', but I’m not getting away with it. I’m using Materialize, there’s some 'trick' to it? I don’t know if it makes it…
-
1
votes1
answer190
viewsFlexbox lets images resize
I am doing the sketch of a project and need to place three images a "line" only. I decided to use the display:flex and the space-around to leave you with a space between them, however they are in…
-
1
votes1
answer92
viewslist-style does not return to default
Well, I’m developing a website, and the following problem has arisen: I reset all elements of the site; *{ color:inherit; font-family:inherit; font-size:inherit; font-weight:inherit;…
-
1
votes2
answers226
viewsHow to create a tabs menu like Stack Overflow
I would like to know how to have two links as tabs, for example: <a href="#">Abrir Elemento 01</a> <a href="#">Abrir Elemento 02</a> and by clicking on one of these links…
-
1
votes1
answer223
viewsBootstrap menu does not work
I’m developing a web application and I put it in the bootstrap menu link Menu in normal page width but by decreasing the page width the menu does not look like this. Stay like this HTML <div…
-
1
votes1
answer50
viewsCodeigniter like post and show as likes
I’m developing a publishing script, like and excuse, but when I put the option to be liked starts my mistake. SE ( ID_PERFIL = ID_PERFIL e ID_PUBLICACAO= ID_PUBLICACAO ) { CURTIU } SE NAO { CURTIR }…
-
1
votes1
answer1031
viewsLoad pages without refresh by clicking on the menu option
Good evening guys! I’m making a school system, in it will have access levels, menu for each access. I want to do the following, when I click on some option of the side menu, where it is written…
-
1
votes1
answer160
viewsMisaligned image when page width decreases
This is the resolution of my image in normal page width But by decreasing the page width the image looks like this. I would like the image to be the same size as the 1 small image HTML <div…
-
1
votes0
answers70
viewsCode optimization
I have a UL automatically generated via a SELECT OPTION. In the architecture I created, I have a LABEL who gets the first OPTION of SELECT. This LABEL will also be responsible for receiving the…
-
1
votes3
answers70
viewsApplying Hover to an article
I’m trying to apply a Hover to an article but it’s not working. <style> article.item{ margin: 5px; border: 1px #90ac6e solid; border-radius: 6px; background:#cfe8b1; } article.item:hover{…
cssasked 7 years, 1 month ago Webster Moitinho 511 -
1
votes2
answers468
viewsHTML/CSS Element out of place
I don’t know where I’m going wrong, but my footer is in the middle of the page. It’s my future portfolio, so it’s not all going to be final. Other suggestions are welcome. *{ margin: 0; padding: 0;…
-
1
votes2
answers250
viewsAlign Label with Text
I’d like to line this div up next to each other Getting checkbox - day of the week <div class="dia"><input id="1" name="diasemana[]" type="checkbox" class="dias_semana"…
cssasked 7 years, 1 month ago Sr. André Baill 6,946 -
1
votes1
answer353
viewsNo effect works CSS
I am developing a web application and I would like to move the mouse the icons change color and not show that line under the icons but the houver doesn’t work. HTML <div class="header-fixed">…
-
1
votes1
answer2083
viewsHow to customize reCAPTCHA v2?
I put reCAPTCHA v2 on my website, but I have a problem like: I wanted to make him responsive, so he could track the size of the fields. I found a solution like: transform:scale(0.77);…
-
1
votes2
answers43
viewsHover is not being displayed correctly
I have a a without link, only for displaying additional information, but it is not being displayed in the correct way. I wanted it to be shown as follows: But it is being shown as follows: Follow…
-
1
votes1
answer79
viewsAnimation Transform "blurring" svg while animating
I’m having a problem making an animation where I have one circle in svg and I need to make it go up to cover the entire screen, like a FAB which transforms into a div, I’ve done an animation of this…
-
1
votes2
answers611
viewsCSS - When you click on a checkbox... paint a TD
Here’s what I’m trying to do: By clicking on a check box, she paints the background orange... I needed you to also paint the background of TD, because currently only painting the background of the…
-
1
votes2
answers1889
viewsOverlay CSS image
I have 2 images, one is a circle and the other is an image with number 360, I need to place this image with number 360 inside the image that is a circle, what is the most correct way to do this? the…
-
1
votes1
answer1508
viewsBootstrap dropdown menu does not work
I am developing a web application and I am using the dropdown menu of bootstrap but it does not work My <head></head> <head> <meta http-equiv="Content-Type" content="text/html;…
-
1
votes2
answers40
viewsJavascript - Function that changes the background of the parent element
I’m having trouble making a Function. Can help me? After clicking on the checkbox or on the label, it colors only the word, I would like to color also the background of the div, I tried to make a…
-
1
votes2
answers352
viewsWhen and why use :Hover and onMouserOver and onMouseOut?
I’m studying about :Hover, onMouseOver and onMouseOut. Suppose in this situation I want to change the background of an image when passing the mouse on top of her. What is the correct way to program?…
-
1
votes2
answers33
viewsImage with link is not opening the page
In my application I created the accesses to social networks of the company I work for. But when I click on the image with link, nothing opens. Follows code: <a href="https://www.facebook.com/"…
-
1
votes1
answer837
viewsDiv fixed to a certain point on the page
I’m developing a website where I have a fixed div, but when I get to a certain point, it accompanies the scroll. An example is the site https://rockcontent.com/ From what I saw, it is a script that…
-
1
votes2
answers1043
views -
1
votes1
answer52
views -
1
votes1
answer55
viewsI cannot Put background-color and Outline
I am developing a web application and I have the following problems: I can’t fill in the blank space above the title "Sort Search" using the background-color applied to it. I can’t get a line…
-
1
votes4
answers1140
viewsHow do you get a form down?
I have this form: <!DOCTYPE html> <html lang="pt-br"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> <meta charset="utf-8"/> <title>Jornal…
-
1
votes2
answers170
views -
1
votes0
answers24
viewsTo unite tables in Angularjs
I am in great need of a help from your knowledge. I am currently developing a web app for a restaurant with several modules. In the box module, in a <div> are displaying the requests that are…
-
1
votes0
answers120
viewsI’m having trouble showing the page by Vue.js using Electron
when I was opening the app by electron the page did not open and when I went to display by the console it shows the following error: "[Vue warn]: You are using the Runtime-only build of Vue Where…
-
1
votes1
answer99
viewsProblem coloring table rows in print using @media ASP.NET MVC
In my view the result of my table is as follows: In printing: I put my css styles used in the view inside @media as follows: <style> .form-control { min-width: 100% !important; } .p-periodo{…
-
1
votes2
answers102
viewsPosition element using another element reference
positions an element using the reference of the position of the div box, the element is on display None and when it receives the click event it appears on the screen, however it should appear below…
-
1
votes0
answers104
viewsHtml scripting with iframe
I have an application that serves with a HELP for the system, that is, the user clicks on the question mark and instantaneously opens a new tab with this HELP directly on the equivalent page, but as…
-
1
votes1
answer45
viewsAccessibility - More than one CSS on the site
I’m developing a website for an institution for the visually impaired. Many of them will access the site, and for each user with specific problem, I have a different CSS, which changes only the…
-
1
votes1
answer195
viewsprint content from div on another page
I have a php page that receives values from a form (post) and wanted to print this results on paper. It turns out that by clicking the button the value in the textarea does not appear in the print.…
-
1
votes1
answer65
viewsDiv without padding lef and right in mobile view
Hello, I’m a bootstrap beginner and came across a text visualization problem that I’m having trouble solving. The situation is as follows, as in the attached images, my page has a field that…
-
1
votes0
answers103
viewsCSS conflict on index
I have the page below with a css: http://hotplateprensas.com.br/gasmuriae.com.br2/ In it has a div with the classe top and inside div have 3 div's: <div class="topo"> <div class="topoTel"…
-
1
votes0
answers23
viewshow to create Syntax Highlight - jquery - css
How do you create a Highlight, color marking, like an IDE if what you typed is a command? would like to create a textarea, superimposing a div, both of the same size, and when typing in the…
-
1
votes1
answer773
viewsPlace div daughter element ul li occupying 100% of page width
The problem is this: I have a div who is daughter of a li element of a ul that does not start in the corner of the page. There are two subproblems: 1 - I need to be able to expand this div so that…
-
1
votes1
answer2072
viewsWhen pinning menu at the top after scroll, everything below moves
Whoa, guys, first I’ll explain what I’m gonna do. I want you to when using scroll and going through my menu, it gets fixed at the top. My site will have the menu in this style EXAMPLE SITE, an…
-
1
votes1
answer594
viewsIs there any way to put Scroll on TBODY?
I have a table where the amount of items listed on TBODY is quite large and I would like to add a scroll, setting the maximum size of the TBODY at 500px. I tried to do this, but it didn’t work (I’m…
-
1
votes1
answer344
viewsHow to make this menu open with a smooth animation? com css, html, js
I’m putting together a responsive menu. It uses jquery only to insert and remove a class from the div with id="social-menu-items" which makes the menu disappear and appear. <!DOCTYPE html>…
-
1
votes1
answer2919
viewsPut responsive website
Guys good afternoon, next. It is the first time that I am making a website, and in my head I would make the desktop site first to then make the responsive modifications (reduce size of letters,…
-
1
votes1
answer25
viewsMedia Queries messing up the site
Guys, next. I already own 4 CSS that make the necessary adjustments on my website. (unfortunately I started from biggest to smallest since I didn’t know it was good to have started from mobile). My…
-
1
votes1
answer201
viewsHow to style various elements with different styles in the Hover
I have a div with several links, like this: Where in the hover of div (wrapper) did only underline the bold text (title) but when doing hover in tags underlined the respective tag and did not…
-
1
votes1
answer71
viewsText fields (textarea, text, etc.) do not show the mouse pointer or typed text
Good night, you guys! I am developing an environment for creating questionnaires and, at the time of collecting data on the questions, I have a form for each type of question, which is selected by a…
-
1
votes2
answers151
viewsProblems with bootstrap grid system
Guys, I’m having a problem with the bootstrap grid system, I don’t know why, but when I resize the site to the size of a device, it doesn’t fit properly.. Any suggestion? HTML: <html…