Questions tagged as 'css'

1
answer

Referencing elements with CSS to reposition them

I have to change a code base responsible for generating PDF reports using the Jinja2 tool. For that, I need to change HTML and CSS documents. For the former, my concern is with the naming convention for div's. According to BEM , I should use...
asked by 03.10.2018 / 20:08
2
answers

bootstrap icons

I'm trying for an icon bootstrap, but I'm not getting it .. <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink...
asked by 03.10.2018 / 21:52
1
answer

How to make a box and a box in this box

Well I wanted to create a box where when clicked a hoover appears and it has a link: ex: withhoover: Howisminesofar: htmlcode:<sectionid="promo"> <?php $consulta = $pdo->prepare("SELECT * FROM produtohome");...
asked by 24.09.2018 / 03:37
1
answer

Position button below table is not working

With this HTML I can not position the buttons below the table. I tried several ways, the current one was another attempt. <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <for...
asked by 17.07.2018 / 18:16
1
answer

ReCaptcha appears with Scroll Bar

I'm creating an aspx page, and while doing the layout I added google's ReCatcha, but this one appears with a scroll bar and I do not know how to remove it. Something is probably interfering. * { padding: 0; margin: 0; overflow-x: hid...
asked by 24.07.2018 / 17:04
1
answer

Display image within div

I have a div an image. It would be necessary to display part of the image (centralized, for example) and decrease the size of the div. If I give a hidden overflow with 50% width in some div above the image, it works, but there is a hole that...
asked by 10.07.2018 / 17:08
4
answers

Align button at end of table

I have this table <div class="container"> <div class="row"> <div class="col-md-12"> <table class="table table-striped table-bordered"> <caption>Lista de Tipo de Campos</caption>...
asked by 29.07.2018 / 15:28
1
answer

Mobile menu: Click to open and then close

I have this code to open a responsive menu, but I could not get it to close. $('#menuMobile').on("click", function() { $('.showMenu').slideDown(); }); .container { width: 100%; background: #000; } /* Cabeçalho */ header...
asked by 05.07.2018 / 22:05
1
answer

Bug multiples modals bootstrap

I have two modals on the same page, one to change and another to remove information from the bank. The code for the first modal is this: <!-- Modal Editar --> <div class="modal fade" id="myModal"> <div class="modal-dial...
asked by 04.07.2018 / 22:57
1
answer

How to Overlap one Image with another?

I'm having trouble positioning one image after another without using position absolute/fixed . When using divs instead of imgs, if you apply float:left , it stays in context above the other divs, overlapping with other divs, but with...
asked by 04.07.2018 / 15:34