Questions tagged as 'bootstrap-3'

3
answers

How to change the type of label inside a table depending on what is inserted

Good afternoon, I'm trying to build a table with Bootstrap and would like to change the label type, depending on what was written inside the cell. Table example: <table> <tr> <td><span class="label label-primary">Tex...
asked by 04.07.2018 / 18:59
2
answers

How to format the select option with bootstrap in an angle?

Look at the image below: YoumaynoticethatthezipfieldisverydifferentfromtheStateandCityfield,CEPisduetoAngularPrimeNgfeaturesandtheStateandCityfieldarenotinheritingthesesettingsduetotheuseoftags.I'vealreadymadeseveralattemptstoformattheStatea...
asked by 07.02.2018 / 13:05
2
answers

Adding buttons in the upper right corner of div

I'm using bootstrap, HTML and CSS in a responsive layout and wanted to add two buttons in the upper right corner of the DIV HowcanIaccomplishthis?regardlessofwhat'sinsidethediv?forexample<div><img></div>or<div><p&g...
asked by 01.02.2018 / 20:58
1
answer

Image is cut by decreasing page width

I'm developing a web application in jsp and servlet and put an image in a column of bootstrap <div class="col-11"></div> so I put the image in the center of the screen using margin-left .But by decreasing the width of t...
asked by 07.10.2017 / 00:56
1
answer

How to put a vertical line inside the panel class?

Follow the code below: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><div...
asked by 01.08.2017 / 00:47
1
answer

Hiding element inside a menu

I have a menu like this .. <div class="btn-group"> <button type="button" class="btn btn-danger vermDigifred btn-xs dropdown-toggle glyphicon glyphicon-pencil" data-toggle="dropdown"> </button>...
asked by 26.10.2017 / 14:06
2
answers

Select combobox from a click on the table row

I have a combobox and a table: I would like every time when clicking the table, select the item in the combobox according to the click. Following is an example of the problem. Try to click multiple times in the table. At first it works,...
asked by 14.07.2017 / 15:33
2
answers

Uncaught TypeError: $ (...) .tooltip is not a function

This bug is appearing when I press F12, and Bootstrap's data-toggle="tooltip" does not appear on the page can anyone help me? Uncaught TypeError: $(...).tooltip is not a function at HTMLDocument.<anonymous> (conf.js:39) at j (jqu...
asked by 24.03.2017 / 20:42
1
answer

Input animations for text and divs when scrolling on the page

I've seen this practice becoming increasingly common, where page elements are "appearing" ( fade-in, slide-in, etc.) automatically when, by giving scroll , you enter a new section / div. I gave a searched , but I did not find what it takes t...
asked by 16.02.2017 / 15:46
1
answer

Bootstrap-Notification does not open when clicking the bell

I use " Bootstrap Notification " here . I just want to show a dropdown type when I click on the notification. An example below: Butthefollowingcodehappensnothing.Justshowme.<divclass="row nav1"> <nav class="navbar navbar-inverse"...
asked by 28.05.2017 / 21:13