Questions tagged as 'css'

1
answer

Align form Bootstrap TextArea

As I can organize my form, I am using bootstrap but I can not organize the description field which is a textarea below the other two inputtext This is the code I'm using <form> <div class="form-row"> &l...
asked by 12.03.2018 / 04:36
1
answer

How to generate color gradients in Sound Bars with Reflection js / css

How to generate gradient as the image that I attached in a sound wave var elem = $('div'); var count = elem.length; var loop = function(){ setTimeout(function(){ elem.each(function(){ var $this = $(this);...
asked by 20.12.2017 / 14:03
1
answer

Theory of the grid system css

I am watching a video about the grid system in css, but a doubt arises, at the level of theory. In these moments, the system of grids, for example the one of Foundation ¿is used to use it with Css grid and flexbox or it is no longer necessary wi...
asked by 01.01.2018 / 20:47
3
answers

Center one CSS table element

I want to center a table using CSS in an HTML page. Not the content of the fields (row-columns) of the table, but the table. The table element. Code: <div id="mostrar_tabla"> <form action="<?php echo $_SERVER['PHP_SELF']...
asked by 06.01.2018 / 23:35
2
answers

Place two div side by side

How can I place these two div side by side? The one on the left occupies 15% and the one on the right 84% .container { width: 99.5%; height: 100px; } <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstra...
asked by 17.04.2018 / 09:49
3
answers

What is the correct way to sort the css and the js?

As I understand the order of css and js affects and it is not just an aesthetic issue and order of the code, but it has relevance in the time of loading the page and in the user experience while carrying out said loading. Said What...
asked by 05.01.2017 / 19:19
3
answers

Sort div in columns

I'm developing a website where I have a <div> (fixed size) and I'm adding small <div> through JavaScript with appendChild() . The fact is that I can not do what I want, my idea is that they are added as follows...
asked by 16.10.2017 / 12:21
1
answer
1
answer

Draw only the horizontal lines of a table

Good, I've been looking for it because I thought it should be pretty easy, but I can not find it. What CSS attribute is used so that only horizontal lines are visible in a table? Example of a table that in its design there are only horizo...
asked by 02.09.2017 / 08:56
4
answers

Do hover in a div and apply hover in a brother div?

I have the following code: <div id="contenido-plano"> <div id="plano"> <img class="img-sensor" src="http://placehold.it/800x600/eee"> <div style="top:10px; left:100px;" class="sensor ui-corner-all ui-state-highli...
asked by 17.04.2018 / 22:41