Questions tagged as 'twitter-bootstrap'

3
answers

Position image to the right and top

With this code, I can keep the image on the right: <a class="navbar-brand navbar-right"><img src="~/Images/ache.jpg" /></a> But this image is inside a menu bar. I have an image and have redeemed it so that it has the same...
asked by 22.08.2014 / 13:55
1
answer

Bootstrap popover trigger and html option together do not work

Does anyone know why when I put the trigger together with the html: true popover stops working? HTML: <a href="#" class="popoverr" role="button" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus sa...
asked by 01.08.2014 / 03:08
2
answers

Primefaces + Bootstrap Admin LTE Conflict jQuery

I've been working with Primefaces since 2.1 and am currently creating a project in version 5 using AdminLTE ( link ) which is a administrative panel using the bootstrap base. My problem is this: I created the template with ui: decorate and st...
asked by 05.08.2014 / 17:09
1
answer

Close internal modal bootstrap without closing external mode

I created a form using the Bootstrap Framework that opens in a Modal and it has a list of data that can be deleted, but require a confirmation. It happens that by clicking the "Exit" button or the "x" of the confirmation modal, both it and th...
asked by 15.07.2014 / 02:55
1
answer

How to make a floating menu and that change of style according to movement to scroll?

How to make the scrolling fixed menu scrolling like that of the site: link Note that when you scroll, the background of the menu changes to black.     
asked by 13.12.2018 / 23:41
1
answer

Leave images together and responsive

I need to let the images meet one underneath the other, occupying half of the container and next to the description of that image. It needs to be in this format. Currentlysheislikethis Butthere,itoccupiesonlythedefinedsizecol-md-6,anditsh...
asked by 21.12.2018 / 16:42
1
answer

1 item on the left and two items on the right good bootstrap

I'm trying to leave 1 item aligned on the left and 2 items aligned on the right with Bootstrap 4 , I tried to use flexbox but since there are 3 items I get one in the middle and one on each end, I tried to make the 2 items on the ri...
asked by 24.12.2018 / 12:09
2
answers

How to focus on an object after closing modal bootstrap 4.x?

I need to focus on an object after closing the modal bootstrap In the bootstrap.dialog (old) I can do it because I can program in the event close of the close button, but the bootstrap 4 close is generic. The idea would be as below:...
asked by 21.09.2018 / 22:19
1
answer

How to use button for page navigation

I have a button that I'm using a link as per the code below: <button id="avancar" type="submit" disabled="disabled" class="btn-primary"> <a href="teste.php">Avançar</a> </button> This button is disabled if no opt...
asked by 25.06.2014 / 20:49
3
answers

How to display a dropdown menu of a button inside a div with overflow: hidden?

I have the following problem: Clicking the dropdown button inside a div with overflow: hidden property opens, but gets cut off. Example: HTML<divclass="scroll"> <div class="out_element"> <div class="btn-group">...
asked by 20.06.2014 / 15:12