Questions tagged as 'css'

2
answers

Why does a space appear between these divs?

PHP: <div class="wrapper-fila"> <input type="text" readonly class="celda clave" value='<?= $rows["id_registro"] ?>'> <select id="municipio" class="celda corto prueba"> <option selected="true" disabled...
asked by 12.07.2017 / 18:05
2
answers

Problem with styles assigned with JS

This is the first time I have asked for help through this medium and I thank everyone in advance for the help they can give me. I am developing a website with some animations html5, and the positions of some elements are based on the position...
asked by 09.09.2017 / 00:47
2
answers

Hide / Show sidebar submenu

I need to show and hide the sub-menu by clicking for example on the word Libros and that I display the items that it has. I need the code below: function openNav() { document.getElementById("sidr").style.width = "300px"; }...
asked by 13.06.2017 / 19:38
0
answers

How to select items by creating a rectangle with Angular 2/4?

I have a big problem with something I've been trying to do for a while now. I have this Angular 2/4 code in Plunker ( link ) to which you can select one or more cards dragging the mouse on the cards but it is not the exact implementation that...
asked by 30.06.2017 / 22:50
1
answer

Problem with property hover css

I have a button that when the mouse passes two buttons are shown, but I have an error that when clicking on a button of the two shown, they are lost. How can I solve this problem? This is my code: .stBoton { padding: 10px; }...
asked by 18.06.2017 / 05:27
1
answer

Sorting CSS with Brackets

How to sort the properties in alphabetical order of the CSS using the Brackets editor, without the need to use a web page for it.     
asked by 26.05.2017 / 07:51
1
answer

Problem is absolute bootstrap positioning

I have two rows in bootstrap. In the first row a cabbage with an image with absolute but responsive position. The problem is that the second row is superimposed on the image. How do I make the height of the div containing the image responsive...
asked by 23.05.2017 / 07:44
0
answers

Multi level push menu Auto expand menu

I have this menu and I need to know about link , and I need to know the following: As I can auto expand the menu automatically by loading a specific section, for example, if I am on the home page and enter the category of the menu, Devices->...
asked by 28.06.2017 / 04:20
1
answer

CSS Flexbox does not work in Safari

It works perfect in Chrome, Firefox and Explorer, but in Safari (5.1.7) it does not. Attached screenshots. The images 1 and 2 is as it should be (as seen in Chrome, Firefox and Explorer.) The image 3 is as seen in SAFARI . The "sec...
asked by 26.06.2017 / 11:56
1
answer

Change color to the top-bar using data sticky Foundation 6

It happens that I have a top-bar on my site, and I leave the top-bar fixed using sticky, and it works great, my doubt, is that I would like that when I scroll down, the top-bar changes of color, this is the general code of my nav along with stic...
asked by 11.05.2017 / 07:08