Questions tagged as 'bootstrap-3'

1
answer

Bootstrap dropdown menu does not work

I'm developing a web application and I'm using the bootstrap dropdown menu but it does not work My <head></head> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta nam...
asked by 17.10.2017 / 04:10
1
answer

Image misaligned by decreasing page width

So is the resolution of my image in the normal width of the page Butbydecreasingthewidthofthepagetheimagelookslikethis. Iwouldliketheimagetobethesamesizeasthe1smallimageHTML<divclass="col-6 col-md-4"> <img src="imagens/e...
asked by 10.10.2017 / 16:02
1
answer

I can not play Bootstrap Menu css

I'm developing a web application and I put a bootstrap menu but I'm not able to tinker with his css, I wish he had that look. UPDATEButlookhowitis HTML<divclass="body-wrap" > <div class="container" > <div id="menu"> &...
asked by 07.10.2017 / 21:58
1
answer

How to detect scroll in modal bootstrap?

Follow my CSS code: .modal-body { max-height: calc(100vh - 210px); overflow-y: auto; } Follow JS code: $('.modal-body').on('scroll', function () { console.log('scroll y'); }); JS code is not working, is there any solution?    ...
asked by 02.10.2017 / 20:50
1
answer

How to leave the last TR width of the bootstrap table size?

I have the following table: <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 col-xs-offset-2 col-sm-offset-2 col-md-offset-2 col-lg-offset-2"> <h3 class=" text-center">Treino 1 para o aluno: Y</h3> <table class="...
asked by 18.11.2017 / 17:29
1
answer

Tabs within a modal when clicking the modal disappears

I'm implementing a modal and inside it I'm putting tabs . However when I click on any tab tab the modal disappears. Look at the pictures. I use bootstrap. Notethattheurlchanges..howtosolve??Myhtml            Cheers    <divclass="co...
asked by 03.11.2017 / 12:25
2
answers

Modal Bootstrap does not work

I'm trying to use the modal template Gentelella, but when I click the link, the modal is static and I can not put information or click the buttons. Here is the code: <!DOCTYPE html> <html lang="en"> <head> <me...
asked by 22.10.2017 / 02:48
1
answer

CSS misaligned menu items

I'm developing a web application and I've developed a menu with some icons but by decreasing the width of the page the icons are out of focus and this is my menu Butbydecreasingthewidthofthepagethishappenswiththemenucomponents. <divclass=...
asked by 15.10.2017 / 03:53
1
answer

Yii2 textinput () and httml :: submitButton on the same line

I need an example in Yii2 that allows me to put some submitButton and textinput () on the same line, as the example below: part of my code that mounts the buttons: <?= Html::submitButton(Yii::t('app','Voltar'), ['class' => 'btn...
asked by 31.08.2017 / 01:22
1
answer

PHP - MODAL window

I have tried some scripts but I have not tried it, I apologize if it has already been in a forum, but I looked for modal and nothing suited my need, I have a modal inside the button Client, which upon clicking loads a table with data coming fr...
asked by 14.09.2017 / 15:20