Questions tagged as 'css'

1
answer

Responsive menu with grid layout

I'm learning grid and responsive layout and I do not know the best way I could create a "hamburger menu" with it. So far I've managed to make my content wrapper move to the left and leave a space for the menu, but I do not know how to put the...
asked by 04.01.2018 / 18:06
1
answer

Restrict CSS to IE

Is something missing in this parameter? I need this style to apply only to IE 11, when I include this code it works, but other browsers also get <!-- [if gte IE 8]--> <style> .box-form .logo-footer { margin-...
asked by 04.01.2018 / 14:55
1
answer

Checkbox gets bugged MARK ALL -RETIRATE SELECTION -Special event;

Hello everyone, my goal is to check and uncheck the checkboxes until then, all right look at the print: I press to select all and the script selects ALL I click to unmark it uncheck ALL until everything is right. The PROBLEM is that if...
asked by 18.11.2017 / 21:31
1
answer

added text with append does not respect div

I have a list that its elements are added with the jquery append and the added text does not respect div and nor list boundaries: css:#list_arquivos{list-style:none;}#list_arquivos.arquivo{display:inline-block;margin-left:20px;margin-bottom:...
asked by 10.12.2017 / 23:39
1
answer

Bulma CSS ScrollDown Navbar

On the official website of the Bulma CSS you can see that by scrolling down the page the navbar menu appears at the top. The transform property: translateY inspected in the browser appears to be used to project this effect. As Jquery does not...
asked by 12.12.2017 / 02:40
1
answer

Transition when using hover - How to do a "reverse" mode?

Here's the transition: .subcont { width: 250px; height: 180px; background: purple; } .border1 { position: absolute; width: 5px; height: 0; margin-left: 250px; margin-top: -5px; background: red; transition-...
asked by 21.11.2017 / 02:02
1
answer

Form of contact with textarea next to the inputs

I want to put the contact form with the inputs on the left side and the textarea on the right side as in the image below, I can do the expected result with the float:left however my layout ends up breaking. Howtoac...
asked by 18.05.2018 / 20:03
3
answers

How to Take the "resizing" of a textarea?

                                                    < script src = "//cdn.tinymce.com/4/tinymce.min.js" > < /script> < script > tinymce.init({ selector: 'textarea' }); < /script> <div class="form-group...
asked by 23.05.2018 / 14:44
2
answers

Responsibility error in HTML and CSS

When I minimize the screen, the photos are out of the block, follow the HTML and CSS code <!DOCTYPE HTML> <HTML lang="PT-BR"> <head> <title>Cartola dos Amigos</title> <meta charset="UTF-8"> <l...
asked by 23.05.2018 / 01:50
1
answer

How to calculate size of a header div to do the correct spacing?

Hello, I have a site with a fixed menu at the top which I put the class header, and it accompanies the scroll bar, I know that my other div with the content class needs a margin according to the height of the header to not stay capped. My que...
asked by 14.11.2018 / 19:18