×
=0) { let js = text.slice(pos1, pos2); + '<\/' + "script" + '>'; arrText.push(js); // next pos1 = pos2; continue; } } } break; } return arrText; } function OpenDialog(parentDiv, urlContent) { parentDiv = document.getElementById('modal-background'); // new !!!!!!! parentDiv.appendChild(document.getElementById('modal-template')); document.getElementById('modal-background').style.display = "block"; document.getElementById('modal-template').style.display = "flex"; // !!!!! document.getElementById('modal-body').innerHTML = ""; post_url(urlContent, "", function(text_from_server) { var element = document.getElementById('modal-body'); element.innerHTML = text_from_server; // add scripts var arrJSText = get_scripts(text_from_server); for (var i=0; i
dir.by
Search
Programming, development, testing
→
Bootstrap - buttons, menus, dialog, slider ... Containers for placing elements
→
Bootstrap 4 difference from Bootstrap 3
Looked at
4009
times
Bootstrap 4 difference from Bootstrap 3
last updated: 10 January 2019
The biggest difference between
Bootstrap 3
and
Bootstrap 4
that
BootStrap 4
Uses
Flexbox
to process the layout.
BootStrap 4
does not use
float
to process the layout.
If you need support
Internet Explorer 8-9
Use
Bootstrap 3
.
Bootstrap 3
it is the most stable version and is still supported by the team for critical fixes and documentation changes. However, no new features will be added to it.
← Previous topic
Containers in the Bootstrap ("container-fluid" and "container")
Next topic →
"Navbar" in the Bootstrap 4.0 - this is the main horizontal menu for the site (navigation headers)
Your feedback ... Comments ...
Your Name
Your comment
(www links can only be added by a logged-in user)
+ Picture
Объявления
Объявления
•
What the Bootstrap?
•
Bootstrap where to download and how to connect?
•
Containers in the Bootstrap ("container-fluid" and "container")
Bootstrap Version 4.0
•
Bootstrap 4 difference from Bootstrap 3
Elements
•
"Navbar" in the Bootstrap 4.0 - this is the main horizontal menu for the site (navigation headers)
Styles
•
class="form-inline" items on a single line | Bootstrap 4.0
•
class="navbar-expand-lg" disappears if the area size is smaller lg | Bootstrap 4.0
•
class="mr-auto" move to the right edge , class="ml-auto" move to the left edge | Bootstrap 4.0
•
Vertical indentation, horizontal indentation | Bootstrap 4.0
to study
•
WEB Sites to explore Bootstrap 4.0
Bootstrap items for the version 3 and 4
•
Create a grid "col-md-number" in the Bootstrap 3 and Bootstrap 4
WWW sites for learning Bootstrap
•
Sites to explore Bootstrap
Ваши вопросы присылайте по почте:
info@dir.by