Questions tagged as 'bootstrap-3'

2
answers

Aligning Counter on top of Icon

How to do it correctly where the counter is always in the same position as shown below  Heredependingontheresolutionitleavestheposition HowIwantedittostayMyCode <!DOCTYPE html> <html lang="en"> <head> <meta http-...
asked by 02.07.2017 / 18:53
1
answer

How to show buttons for each menu option?

$(document).ready(function() { $("#myModal").modal('show'); $('#myModal').on('show.bs.modal', function(e) { $('.chosen-select').chosen(); }); }); <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min...
asked by 02.05.2017 / 19:31
1
answer

Boostrap menu with two lines

Is it possible to create a menu in Boostrap using two lines? I have several items to put on a menu, I'm reducing the font, I took the logo, but I did not like the result. I would like to have 2 lines, to balance the font size and use the logo....
asked by 26.04.2017 / 16:45
0
answers

External js function in jsp

Hello, I want to use an external js function, a js typeahead, and call it in the input of my jsp, but it is not working accordingly. Importing js from my jsp. <script src="javascript/todospaises.js" type="text"></script>...
asked by 10.03.2017 / 04:08
0
answers

What is the best practices of Bootstrap and Jquery? [closed]

Good night, dear friends I know it works the same way, but what is the best way (practice)? Looking at performance and fast loading. Call the Bootstrap and Jquery files between the tags head or between body     
asked by 19.02.2017 / 00:31
0
answers

PHP classes that returns "alerts" css

I am developing a small application that will serve to update my knowledge, but in the development of the same I came across some inconsistent situations. I would like my "CRUD" to return a "div" that will display a css "alert" when executed by...
asked by 24.01.2017 / 13:22
0
answers

Problem with bootstrap responsive menu

Hello everyone, I have a problem with leaving the menu responsible for my site, I will send the html and css so that someone can help me. vlw. HTML: @media(max-width: 1024px) { body { zoom: 0.80; } } @media(max-width: 768px) {...
asked by 13.01.2017 / 23:46
0
answers

Carrousel is not responsive

I'm having difficulty leaving a page with responsive bootstrap, with the full screen it is correct: NowwhenItrytoseehowyouarerespondingonsmallerdevices,mycaruselisnotresponsive: Hereisthecarcode:<divid="myCarousel2" class="carousel slide" da...
asked by 09.01.2017 / 16:06
1
answer

Create a modal on the site

How can I create a modal with close button everything, in the index of the site, type it appears there without having to click for it to appear, as if it were a form.     
asked by 20.12.2016 / 21:37
0
answers

Bootstrap progress bar accompanying youtube video duration deployed on the html page

How to make the bootstrap progress bar keep track of the youtube video (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new YT.Player('video-placeholder', {...
asked by 18.12.2016 / 15:48