Questions tagged as 'css'

2
answers

Materialize CSS - fixed label on the top

How do I fix my label always on Top? Normal behavior: stays in input , when we click on input (focus) it stays on input <div class="input-field col s6"> <input placeholder="Placeholder" id="first_name" typ...
asked by 26.01.2018 / 13:17
1
answer

Help with bootstrap grid system

I am studying Bootstrap and would like to ask a question, I did an experiment here and would like to know how to do when it is minimized to cel, how to automatically align the grids, when minimizo it overlaps my section, unless that I put the di...
asked by 18.01.2018 / 22:04
1
answer

Tables materialize

Does anyone know how I can make this table aligned with the white part of the background? I'm using materialize. Picture of how she is. Tablecode<divclass="row"> <div class="col s12 m12 l12"> <div class="box">...
asked by 18.01.2018 / 02:08
0
answers

Problem with a modal button

Well, I have a problem I made a modal button, but it is only opening the first photo, the one of the client 1, the other 3 (client 2 3 4) nothing happens qnd clicks .nav.nav-justified > li > a { position: relative; } .nav.nav-justif...
asked by 19.01.2018 / 03:17
1
answer

I can not get the horizontal submenu

I have the main menu horizontally and then I wanted my sub-menu also horizontally but I can not. My code: .menu ul li{ background-color:; /* muda a cor da barra */ float: left; /* ficar horizontal */ w...
asked by 17.01.2018 / 15:34
1
answer

What is the track listing and grid track in the grid layout?

I read the documentation of mozilla but I could not understand very well what would be the grid track and the track listing, could someone explain in a simpler and intuitive way what would that be?     
asked by 08.01.2018 / 18:07
1
answer

Horizontal scrollbar with bootstrap 4

My dear, my site is popping up on the sides generating a lower scroll bar and beside the right edge is a whole white part. I can not see where the error is. Here's a print of what's going on. Nowfollowmyhtmlandcsscode: /*.topo{ position:...
asked by 14.12.2017 / 05:27
1
answer

How to put active class in navbar

I'm trying to put an active class in navbar, I'm using bootstrap, what happens is that when I click on li it comes to appear the background color but soon some. Here's the code I'm using css: .navbar-nav > .active { background-color:...
asked by 11.12.2017 / 16:52
2
answers

Overflow table body: scroll misaligned relative to the header (HTML / CSS)

I'm having an alignment problem in a table where I needed to apply a scrollbar on the body, leaving the header fixed. It occurs that the cells of the body are misaligned in relation to those of the heading. Manipulating thead width did not achie...
asked by 11.12.2017 / 12:26
1
answer

Children of a selector: one with margin left another with right

Next, I've always had this question I have this html structure <!-- wrap1 --> <div class="wrap"> <div class="filho"> (...) </div> </div> <!-- wrap2 --> <div class="wrap"> <div class="filh...
asked by 02.02.2018 / 16:53