Questions tagged as 'css'

1
answer

How to select multiple button radios in the same column as an html table?

I have a table html with 3 columns and 3 lines and when I select, for example radio button of line number 2, line number 1 uncheck. @if (Model != null && Model.Tabela1!= null && Model.Tabela1.Count > 0)...
asked by 02.10.2017 / 19:07
1
answer

Why does this compressed css code stop working?

Why do some codes stop working when compressed? As the example below. I used this site . Normal Code and working: .radio-1:checked ~ .star-item-1:before, .radio-1:focus ~ .star-item-1:before, .radio-2:checked ~ .star-item-1:before,...
asked by 11.01.2017 / 22:23
1
answer

Pull the echo from php into a div, without refresh

I have a div in html, it is with display none, I fill in the form and the data goes to a .php file and it gives me an echo saying that the data was entered in the database, only that I wanted it when the php gives that echo that div I have got t...
asked by 07.01.2017 / 18:06
1
answer

CSS architecture, could anyone explain me? [closed]

I'm learning CSS , I've read a few articles talking about good manners of writing your code, and that would mostly help with teamwork. Then I read acronyms, like - GOOD, OCSS, SMACSS . So I was very curious, but that content in PT-BR is very s...
asked by 02.01.2017 / 06:55
3
answers

Problem with image height

Left Banner stays that way. Itriedtoplayagame,butitdidnotworkverywell.->.slide-1img{min-height:480px;}MyHTMLandCSScode: .slide{width:100%; height:480px; margin-top:40px;} .slide img{display:block;} .slide-1{width:60%; float:left;} .slide...
asked by 04.01.2017 / 00:01
1
answer

Bootstrap - How to increase the input column size?

Follow the code: On the index page: <!-- Modal --> <div class="modal" id="minhaModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document">...
asked by 06.02.2017 / 19:09
2
answers

Geometric shape with css

I needed to reproduce the image in css, I already tested some transform options and I can not stretch one end. My question is how to get the bottom of the left and make it bigger down the right. I did this in css with after and befor...
asked by 01.12.2017 / 18:49
2
answers

How to move the position borders after the hover?

I have this div with borders in the corners and I wanted the right border to be down and the left border up when the div is in hover but I could not apply the effect. Here's what I've tried: div.classe { position: r...
asked by 16.01.2018 / 13:44
3
answers

Customize the alert

I need help with alert() of js , in which I'm returning some values just information for the user. Today I'm only returning alert() , however I've been searching and found some alternatives (modal, bootbox, etc ...), but I...
asked by 09.01.2018 / 16:13
1
answer

Help with "Prism Syntax Highlighter" does not work right

I have a problem adding "Pre Code" to my blogger. When I add codes in the "language-css" tag, for example, the added codes work perfectly, but when adding html languages in the "markup" markup, it buga, as shown in the image below: Andthe...
asked by 10.12.2016 / 19:17