Questions tagged as 'bootstrap-3'

1
answer

Scrollbar showing alone

Follow the code below: HTML: <!-- Button trigger modal --> <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal </button> <div id="myModal" class="modal fade"> &...
asked by 03.10.2017 / 03:32
2
answers

How to test site in different sized screens

I'm creating a website, but it's still only on my machine in localhost, how do I test on different screen sizes, for example on smartphone screens, androids, SOS, but, firefox, chorme ... I want this site to be compatible with all the screens, I...
asked by 08.03.2018 / 00:37
1
answer

To upgrade a project from Bootstrap v3 to Bootstrap v4 is it just to change the files?

I have a project that was done using Bootstrap v3 , however I would like to update it to version 4, for that, just change the files or will it be necessary to rewrite again?     
asked by 10.03.2018 / 19:40
1
answer

Start with hidden div and show with button

Based on the answer below, I created the button that displays and hides div , but what I would like is that div started already hidden and had a button to display it. How could I do it? How to hide / show an HTML div?     
asked by 21.03.2017 / 23:02
1
answer

Different web browsers (Webkit & Mozilla)

Use Bootstrap 3 in my project. I've used Mozilla throughout the design process, and responsive design works great on it and Edge. When I went to test the pages in browsers that use WebKit (Chrome and Safari), they appear very different from what...
asked by 02.01.2017 / 21:34
2
answers

How to create "Banner" with css?

I would like to produce a Banner similar to the photo using css . I tried using UTF-8 characters and the result was almost perfect, but I would like to do with css to avoid some reponsiveness problems. HTML <div style='b...
asked by 11.12.2016 / 12:12
3
answers

fill field select javascript / jquery

Hello, I need to fill a select field with the return of this function, in this example, the variable RES returns: <option value="">setor 1</option> Just this, I need it to become one of the options in my select field, but nothin...
asked by 19.05.2016 / 22:10
1
answer

How do I change the color of the progressive bar when an error occurs?

How do I change the color of the progressive bar when an error occurs? <div id="divMenu"></div> <div id="divModals"></div> <div class="container"> <label for="cliente">Arquivo</label> <div c...
asked by 25.05.2016 / 22:54
1
answer

How to go to an anchor on a page with little content?

I'm creating a page using Bootstrap and would like to put some anchors in specific places, as the page has very little content, the element that represents the anchor does not go to the top when I click the link that redirects to it, the examp...
asked by 06.04.2015 / 02:06
2
answers

Vertically center a span

How can I vertically center a tag (Top countries) with the form? Code: <div class="wrapper" role="main"><!-- START Content --> <div class="container"><!--- START Site Content ---> <div class="r...
asked by 07.01.2015 / 20:47