Questions tagged as 'bootstrap'

1
answer

CSS scroll no body

I have a structure with 2 columns ( Bootstrap ), one being the menu, the other the content, with value set and some 3 images large within this content that generates a scroll. However, I also have a scroll on bo...
asked by 20.06.2017 / 20:43
1
answer

Transform Columns into rows with bootstrap

I have a table in HTML using Bootstrap : WiththecodeinCSSbelow,Icanautomaticallyhidethelast3columnswhenthepageisresizedtoaresolutionof600(width):<style>@mediascreenand(max-width:600px){tableth:nth-child(3),tableth:nth-child(4),table...
asked by 18.07.2017 / 16:25
1
answer

Importing Boostrap.sass

I installed Bootstrap SASS in my project through NPM. After installation I tried to import the Bootstrap files into my CSS folder by creating an SASS file and gave the command @import ../bower_components/bootstrap-sass/assets/stylesheets/boots...
asked by 21.05.2017 / 20:10
2
answers

Close modal when page refreshes after an INSERT

I searched all corners of the internet but could not find anything like my problem. I have a registration form that after doing the INSERT in the database shows a modal window and inside it a success or error message along with an "OK" button. T...
asked by 05.04.2017 / 19:20
1
answer

How do I get the title over the image - bootstrap?

How do I put the title on top of the image with bootstrap? <divclass="row"> <div class="gallery_product col-lg-4 col-md-4 col-sm-4 col-xs-6 filter hdpe "> <a data-toggle="modal" data-target="#exampleModal...
asked by 31.03.2017 / 18:30
1
answer

Bootstrap progress bar accompanying youtube video duration

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 15.12.2016 / 13:14
1
answer

HTML 5 Bootstrap System Grid

I need to do with the grid system if possible the image example: Intheexampleabove,Ineedonlytheformatting,whereeacheventisa'div'withadynamicsize,andtheonewithalowglueonthetopasshownintheexample.Itriedtousethecodebelowtogetasintheexample,butw...
asked by 27.12.2016 / 00:44
1
answer

Modal Countdown

I created a modal with Bootstrap, and created in a separate file a timer in Javascript. But I wanted this timer to roll inside the Modal. How do I proceed? Thank you! Modal code: <div class="bs-example">         <div id="QuestaoMo...
asked by 27.11.2016 / 16:00
1
answer

mascara for hour 24: 00h

Good evening guys. I would like to help you with a problem. I have a field on my form to receive time. But what I found few validate. Most do so: When typing 24:00 turns to 00:00 ... but that's what I want to avoid. In my field I need to put...
asked by 11.10.2016 / 03:31
1
answer

How to do this? Transition Page within Modal?

Friends, I want to do something similar to what they did in the below gif but I do not know how I can do it. The idea is that when I click on a button inside a modal, it will point to a 'page' with this transition effect ... It looks a lot li...
asked by 01.10.2016 / 19:40