Questions tagged as 'twitter-bootstrap'

1
answer

Collapse and no dropdown works?

What goes wrong in the following code, collapse and nor dropdown works. <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1,...
asked by 08.02.2018 / 02:22
1
answer

How to Set Max Height and Exact Position of a Button on a DIV on Page

   I would like to know how to put the red X button on top of the div How are you? HowIwantyoutostay: Currentlytheclassofmybuttonislikethis:position:absolute;top:9%;right:2%;Whenputtingthisclass:top:-9%;right:2%;width:24px;height:24px;...
asked by 02.01.2018 / 14:18
1
answer

Side div with 100% height with Bootstrap 4

Good afternoon, everyone. I'm breaking my head with the side menu of my site, I want it to have 100% height (using height: 100% did not work), the problem is this, searching the internet saw the tip of using the margin-bottom: -9999px; padding-b...
asked by 28.02.2018 / 20:25
1
answer

How to remove inner shadow from button or input

Clicking the button pops a gray shadow at the top, creating a 3d effect, but I want to remove it. How I want it to be clicked: Howareyou? MyHTML:<divclass="container"> <div class="row"> <div class="col-sm-4 col-sm-...
asked by 09.12.2017 / 17:37
1
answer

Bootstrap Modal integer and centered on the page

I put Modal Bootstrap in my template as a test to display messages on the screen but it appears cut in the corner of the screen. How to adjust and center the Modal on the screen without being cut? Here is the code: <asp:TemplateField Header...
asked by 25.12.2017 / 15:34
1
answer

How to put a div with page content on the side of the vertical menu that came included?

I have the following structure, for now: Thesidemenucamewithinclude_once'menu.php'andthepagewe'reviewingishome.php.MenuCSS:.longBarVertical{width:180px;min-height:100%;background-color:transparent;border:1pxsolidblue;float:left;}.logoMenu{ma...
asked by 21.11.2017 / 04:29
2
answers

Bootstrap is CSS?

My teacher said that in his work all aesthetization of the site should be done in CSS, a question: Can I do it in Bootstrap?     
asked by 18.11.2017 / 17:07
1
answer

navbar-fixed-top bootstrap occupying entire browser

I've split the webpage into 2 grid , getting right and left side, and I have a menu on the left side that, when applying navbar-fixed-top , it occupies both grid . Can anyone help me? I want to make the menu fixed at the top but only...
asked by 28.10.2017 / 00:40
1
answer

Page Bootstrap 4

Good people, I have a relatively simple question, but I do not find anything on the internet to answer me. I'm implementing a page with bootstrap 4: link But my content is static in HTML, does not come from json bank and so on. I need...
asked by 09.10.2017 / 20:25
1
answer

Pass an object to Modal

I have a Foreach in a table, I need as soon as the user clicks a line, open a modal with the data of the object contained in that row. Foreach: @foreach (PedidoModel pedido in @Model.Entidades) {...
asked by 08.09.2017 / 15:43