Questions tagged as 'twitter-bootstrap'

1
answer

Bootstrap Tabs Do not Come Back

I made the tabs in the bootstrap but they go once more to each other after it has been clicked on each one it is not allowed to click again. <div id="tabss" style="text-align: center;"> <li><a href="#bio" data-...
asked by 01.07.2015 / 19:20
1
answer

How to leave a fullscreen div with CSS3 and scrollTo with jQuery

I'm trying to create a responsive site with Twitter Bootstrap and I'd like to know how I could let div get fullscreen, ie that it takes up the entire screen and when press the button, the site will smoothly slide to the next div ....
asked by 02.11.2014 / 00:14
1
answer

How to position two selects within the same div?

I need to put two selects within the same div , one aligned to the left, and the other to the right. I've tried using CSS to create a class to apply to every select , but it did not work: select.left { text-align: left;...
asked by 30.07.2015 / 02:54
1
answer

include bootstrap in JSFiddle

I am a beginner in JSFiddle and I am not able to use bootstrap, I already selected jquery, html5, added bootstrap.min.css in External Resources and it did not work. I changed examples made from the Internet and worked perfectly, even made compar...
asked by 08.02.2015 / 16:57
1
answer

Which way to use form-group bootstrap?

Which way to use form group? I use the following way <div class="row"> <div class="col-md-2" align="center"> <span class="glyphicon glyphicon-user" style="font-size:60px"></span> </...
asked by 14.08.2014 / 21:32
1
answer

Background with Losses

I'm working with bootstrap and I have a high definition image that will be used as background for an area. What happens is that I have two problems: My background has to adapt to losses at various resolutions, it will always be centralized, l...
asked by 09.10.2014 / 03:45
3
answers

Key event mode

Can I call a modal boot vpue using a keyevent in VUEJS ?? I do not want any kind of onscreen button or inputs, I want to know if I can call the modal just by pressing a specific key. Like for example the ALT.     
asked by 08.10.2018 / 22:34
2
answers

Smooth height change

I'm doing a Navbar where it will decrease the height and change the color in the scroll event. My problem is in letting this smooth transition. I was able to make up for the color, but not for the height. How can I let the height change smooth?...
asked by 28.02.2018 / 20:15
1
answer

Detect ellipsis

I have a following div with an image, title, and some options. See: .truncate { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } <div class="item thumb"> <div class="thumbn...
asked by 29.08.2017 / 21:50
3
answers

Change the iframe (embed bootstrap) according to the navigation bar button

Example:   Navigation: <ul > <li><a href="#"><span>INICIO</span></a></li> <li><a href="#"><span>FACEBOOK</span></a></li> <li><a href="#">...
asked by 14.10.2016 / 00:19