Questions tagged as 'bootstrap-3'

1
answer

Limit number of bootstrap mode characters

I need to add a character limitation. I want the main page to display only a percentage of characters, example 100 and when the user accesses that post, show the full story. But my question is that I'm working with bootstrap, how would I do i...
asked by 23.04.2018 / 22:24
1
answer

Table in Bootstrap hiding buttons

I'm doing a small Java Web application with Bootstrap, but I'm having an error on a page where I use a table. When I have more than eight rows in the table, the buttons that are below the table disappear, I thought the page would activate the pa...
asked by 24.01.2018 / 19:02
0
answers

Page does not work in chrome

I made a registration page, but in chrome it does not show the updated css of it, but by firefox it shows everything updated already. So I went up on the server to see for my cell phone, iphone 5s, and even then it does not work properly, I'm mi...
asked by 25.01.2018 / 16:01
1
answer

Can I put an image inside the progress bar?

I wonder if it's possible to put an image inside the bootstrap progress bar, while the bar is walking, so the front of it will type a small cart. Would that be possible? Progress bar: <div class="progress-bar progress-bar-danger progre...
asked by 18.01.2018 / 17:36
1
answer

Bootstrap 4 nav bar

Good morning This is the code that I use in my menu bar, but when you do the collapse the button gets to the whole size of the bar making the logo icon up, I wanted the collapse button to stay the way it should be (square). The css code is from...
asked by 20.12.2017 / 10:54
1
answer

Align button to right side of select

Good morning, I'm having trouble leaving the button next to the select. It always stays below the field, how can I leave it positioned on the right side of the field? <div class="form-group"> <label class="col-md-4 control-label" fo...
asked by 03.12.2017 / 14:20
2
answers

Updating ProgressBar in JSF

Good afternoon, I'm doing an asynchronous method that does searches the database (oracle), and returns it in an Excel file. Within my Method has for @Async public synchronized void carregarApresentacoesParaExportar() { try {...
asked by 23.11.2017 / 21:33
2
answers

Problems with bootstrap grid system

My dear, I'm having a problem with the bootstrap grid system, I do not know why, but when I resize the site to the size of a device, it does not fit neatly. Any suggestion? HTML:<htmllang="pt-br"> <head> <meta charset="UTF...
asked by 18.11.2017 / 22:08
1
answer

Hide div no materialize css

Does anyone here use materialize css? know if there is any way to hide the column of a table through a css class? in the bootstrap has how to do this using this class="visible-xs" I was in the docs and I did not find ... would it have? or am I g...
asked by 03.11.2017 / 16:34
1
answer

Select Group with PHP

I'm trying to feed a select group with bank data, but it's not working. Can anyone see the error? <div class="form-group"> <select class="" name="agencia" tabindex="-1" style="height: 30px;" required="">...
asked by 31.10.2017 / 13:26