By placing tabs in panel-title , the form I have in panel-primary reaches the limit where the tabs start.
The problem is this class: <div class="pull-right"> . If I remove it, my form takes all the space of the pan...
I am updating a website with html5, Bootstrap, Php ... etc ... since it is a dynamic web related to real estate, after a click on a botton, I generate the opening of a MODAL window which is composed of a header, body and footer; Inside the body...
I have a problem with fontawesome , for those who do not know, fontawesome is a library that allows you to use icons focused on web usability. I also use bootstrap and I do not know why, but when I put the icon of an arrow with size...
I have several detail lines on the screen, each one with two checkboxes (one of them bootstrap-toogle) and I would like it when the first checkbox is activated, the second is enabled and it is set to on, and when the first checkbox is deactivate...
I'm new and although I've been reading reviews of other threads, I do not exactly give what I'm looking for. I need to place two buttons in the middle of a div that occupies the whole screen, I'm doing it with bootstrap and I do not have much id...
How can I get an image to be set as a background in an element of my navbar ?
I've tried it this way.
<nav class="navbar navbar-default navbar-inverse " >
<div id="navigation">
<ul class="nav nav-pills">
<...
I have a form and I am using DatePicker with Bootstrap to select dates. I do not know why the calendar does not appear in Spanish. This is my code, the calendar appears in English, but I want it in Spanish:
<head>
<link rel="stylesh...
I am working with an iframe and inside this I am opening a modal, but it happens that when you open it, the modal is completely blocked, it has the effect of becoming gray just like a modal does, but all the content inside the modal is gray. ifr...
I have the following dataTable that I show from the database. In the View:
$(document).ready(function () {
$('#example').DataTable({
"lengthMenu": [[2, 5, 10, 25], [2, 5, 10, 25]],
"language": {
"sProces...
I have a problem in achieving the effect of this page: link
The typewriter effect I already got with someone's help, but the problem that came up now is that I can not think of how to do the white shading effect that appears every time befo...