Questions tagged as 'twitter-bootstrap'

1
answer

Using the Select plugin 2 - How to disable select click

My page: <!DOCTYPE html> <html> <head> <title></title> <!-- 3 coisas para o plugin funcionar --> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstr...
asked by 05.12.2017 / 19:09
2
answers

HTML Field Alignment

I have a Bootstrap form for landing page . Home I want to put the start date and end date fields next to each other, without breaking my responsive. <div class="col-lg-offset-3 col-lg-6 col-md-offset-2 col-md-8 col-sm-offset-2...
asked by 31.07.2017 / 21:40
1
answer

How not to affect next elements of the same tag

I have a horizontal menu with multiple elements <li> . But passing the mouse on the last item, that is on the last element <li> - "Services", opens another list of items that also contains elements with the li t...
asked by 26.07.2017 / 19:25
1
answer

Grid (col-xs) bootstrap 4: 2 or 3 columns?

Good morning guys, there are some grids in PSD for mobile (col-xs) with 2 columns and some with 3 column examples. Does anyone know why this difference? Would there be any mobile grid in PSD or sketch to share with us? Thank you in advance....
asked by 29.03.2017 / 12:53
1
answer

Bug Menu OFF Canvas

I made a menu that is only off canvas when the screen is less than 768px , otherwise it appears by default on the page This works perfectly. The problem is that if I activate the menu and then resize in the browser the menu will sto...
asked by 30.03.2017 / 03:45
2
answers

How to display DropDown just by sliding the mouse over the content?

I would like to know how I can display this dropdown without the user having to click to have their content accessed, just by dragging the mouse over MSDNAA-Microsft, for example. <li class="nav-item dropdown"> <a class="nav-lin...
asked by 17.05.2018 / 16:45
1
answer

Select only ONE checkbox with vanilla javascript and bootstrap 4

I have the following code that generates the form printed on the image ... <div class="form-check form-group" id="areaTermosCondicoes"> <input type="checkbox" id="accept-term" class="form-check-input"> <label for="acce...
asked by 17.05.2018 / 17:48
1
answer

Select the current date in the DataPicker

Colleagues, How do I make the datePicker the current date be checked and change the previous dates that are disabled? See: Iwasabletodisablethepreviousdatesusingthecodebelow,buttheyturnblackandconfuseandthecurrentdateisnotmarked.<!--da...
asked by 18.06.2017 / 23:55
1
answer

Position image relative to another even by changing resolution

I have the logo and a black background triangle. How to position the logo to always stay in the center of the triangle even changing the resolution? <imgclass="img-responsive triangulo-laranja" src="{{ asset('storage/triangulo.fw.png') }...
asked by 17.06.2017 / 19:20
1
answer

Validation via Javascript does not work

Person, beauty? So, I have an alert div (that of the bootstrap) with the display none and visibility hidden I'm catching it by id, both in css and javascript, but it does not work. It changes the properties of the CSS but still sends the data to...
asked by 07.01.2017 / 01:38