Questions tagged as 'bootstrap'

0
answers

Common bootstrap tabs / pills content

Use bootstrap tab / pills and tab content is almost the same, differentiating only a few fields. Is there a way to take advantage of what's common between them? <ul class="nav nav-pills"> <li class="active"><a data-toggle="pil...
asked by 31.05.2016 / 12:01
0
answers

how do I work the exportEnable function on canvas js in internet explorer?

I have this code below that shows me a graph but in IE does not work the exportEnable function and neither animationEnabled in chrome works however when I call the page in modal the screen height is short in chrome and in IE with compatibility m...
asked by 25.05.2016 / 14:37
1
answer

Duplication of submit with jquery and php

I have a form on which to register phones called edit_form.php: <form method='post' name="<?php echo $idEmp; ?>" id='emp-SaveForm-tel' action="#"> <input type='hidden' name='id' value="<?php echo $idEmp; ?>"> &l...
asked by 01.02.2017 / 18:08
1
answer

How to use Bootstrap template

I wanted to use the Gentelella template. I even looked for more explanations. I need to replace an admin panel I created a few years ago with a newer one. And I saw this alternative I could not implement. Can anyone help me get started? I...
asked by 07.08.2017 / 23:42
1
answer

I am working with bootstrap and my pull-right does not shift the nav div to the right?

<html> <head> <meta charset="utf-8"> <title>Victor</title> <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="css/estilo.css...
asked by 08.01.2018 / 16:14
1
answer

Modify button when using browser scroll [closed]

I wanted to leave the modal button fixed at the top of the page, but when I use the scroll of the browser, the close button disappears, this happens only in one mode, all 7 being exactly equal. <div id="bg-egipcia" class="bg font-shadow"&...
asked by 20.12.2016 / 17:04
1
answer

How do I make this panel with bootstrap grid system?

I'm having a hard time doing a dashboard sales I know how to use the bootstrap grid system but in this project I need to do the class row has height size and aligns with the other grid I'll post an example here link I want to do the same...
asked by 19.08.2016 / 05:31
2
answers

Div misaligned bootstrap [duplicate]

I have the following DIV <section id="section-base"> <div class="container"> <h3>cases</h3> <div class="row"> <?php foreach($cases as $valor){ ?> <div cla...
asked by 26.01.2017 / 16:44
1
answer

Is there a problem with using two different bootstrap versions?

Well I have a problem, I have a project in Cordova that was using the bootstrap 3.3.7 but in this very I'm going to pass everything to the bootstrap 4.0.0, but I thought to leave the 2 in the project because each one has different css. I wonder...
asked by 07.03.2018 / 16:13
2
answers

How to align radio button and label, with Bootstrap 3.x?

How to align the radio button with label , using Bootstrap 3.x ? I tried in many ways, but the "misalignment" remains. radio{ width:15px; } <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></sc...
asked by 22.09.2017 / 21:22