Questions tagged as 'bootstrap'

2
answers

Make textarea occupy 100% of the width

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <script src="https://code.jq...
asked by 09.11.2018 / 18:43
2
answers

Problem with NavBar "jump" when doing Scroll (shrink)

I added CSS and with JQuery I do that when the user scrolls, the NavBar is "compressed" along with the logo, the problem is that when scrolling, the navBar behaves strangely and "jumps". How can I fix that detail? Link to the code in action...
asked by 10.08.2018 / 19:01
1
answer

Current day Bootstrap Year Calendar

How could you make me red in the current day in Bootstrap Year Calendar? On the official website in the examples I found something similar but I can not make it work, I leave the link: Example I just want you to mark the current day,...
asked by 04.07.2018 / 13:42
1
answer

How to resolve the compatibility of web browsers so that my page displays all styles in all browsers?

What happens is that I have my page seen with bootstrap, CSS, HTML5 and jquery. What happens is that when I visualize my page in google chrome it looks perfect but I see it in IE and the styles do not look the way they look in crhome, also some...
asked by 11.06.2018 / 19:22
1
answer

How to join grid with bootstrap

I am using bootstrap for a web page, I used a grid with two columns to place a slider and a video in a horizontal way which I want to put together, but I have a detail between slider and the video is I have a space and I want to join them Thi...
asked by 22.06.2018 / 17:18
1
answer

Center divs within a div

I want to center the circles within col-md-12 the bad thing is that when I put margin:auto does not allow space between them: Now try with display:flex and you can not, nor with margin:auto . This is the ex...
asked by 16.05.2018 / 02:07
2
answers

SQL query two row of a table in a bidding system

I would like to know how I could add to a query, that it also see data from another row of the same table, I have the "USERS" TABLE with rows ID, USER, WEB <?php $resusuario=mysql_query("SELECT * FROM usuario WHERE usuario = '".$fs['usuar...
asked by 15.10.2018 / 03:25
1
answer

place image by after (css) that the footer is on top

How do I place an image in such a way that the footer is on top of the image? this is the css code that I have body::after{ content: ''; position: absolute; background: url(../img/sheet_b.png) no-repeat; width: 100%;...
asked by 28.04.2018 / 05:52
2
answers

Set a selectpicker bootstrap

Assign a value to selectpicker. I tried to do it like the documentation but it has not worked for me, the point is that I get the options directly from the DB and I want to be able to add an additional option to the records. that is to say tha...
asked by 04.05.2018 / 16:17
1
answer

Problem to adjust and align columns, grid system

I have a small problem to adjust columns, according to bootstrap and its grid system is used col, col- md, col-ml, col-sm, col-lg and its other variants. It turns out that in terms of the design of the next image As I understand th...
asked by 18.08.2018 / 03:22