Questions tagged as 'css'

2
answers

vertically position

How can I position the first 2 inputs one below the other, but that they are aligned , which does not allow them to be aligned are the words on the left side. .encima { display: flex; } <div> <div class="encima">...
asked by 15.08.2018 / 00:34
2
answers

Draw squares aligned in a row

how to draw several squares, my html structure is: I think it draws but I want to space them 1px, and I want to draw more boxes up .cajas { width: 5px; height: 5px; padding-right: 3px; background-color: red; } .ca...
asked by 08.12.2017 / 06:03
1
answer

Why is not a div displayed using mediaqueries in HTML?

I have two div one with a yellow background and one with a red background, the red background should be seen in a resolution greater than 800px and the yellow in the resolution less than or equal to 800px, the red div works fine but the yellow o...
asked by 26.08.2017 / 15:30
2
answers

When changing class with Jquery, then Jquery no longer works

Change class a div with jquery, but when I try to use jquery with the class that I changed it does not work. $('.ver_drop').click(function() { $( this ).text( "Ocultar drop" ); $( this ).toggleClass( "ocultar_drop" ); $( this )....
asked by 02.10.2017 / 17:34
1
answer

CSS: Show glyphicon just below another glyphicon

I have this view: I would like the arrows to look both to the right of the name of the column, one on top of the other . What CSS style should I apply to the .glyphicon-arrow-up and .glyphicon-arrow-down class? .glyphicon-ar...
asked by 14.09.2017 / 13:05
2
answers

How to remove spaces in bootstrap?

I'm starting with some web design but I've encountered this problem that I've been trying to remove for a while. I would like to eliminate the space that is between the logo of the page and the start link: <body> <nav class...
asked by 12.01.2018 / 05:56
1
answer

How can I change the text content by clicking on it in HTML / CSS?

Well, it turns out that I put a text that says "off" in red, and that when you pass the pointer over it says "turn on" in yellow. However, my question is: what do I do so that when I press the text of "off" it changes to "on" in green color and...
asked by 14.08.2017 / 17:56
3
answers

Problems with a list using CSS

This Image: It's from a list I'm doing but I want it to be like this And this is my CSS and HTML code: ul{ list-style:none; counter-reset:li; padding:10px; left:-8px; width:100%; } li{ /* Styles of each element */ wid...
asked by 03.08.2017 / 23:44
1
answer

problem with extracting form data with jquery

I have this example form with jquery and javascript in which the user can add forms to add more phones if desired and delete them equally but I want to send the form when sending a message, I do not save the data on a base of data, I simply want...
asked by 30.03.2018 / 15:00
1
answer

how do you put a link to a div?

I have a link (href) to a text but I need to have the div so that when flying over the div, the hand appears when there is a link thanks in advance for your help! <div class="seguros"> <a href="seguros.html"> >>>...
asked by 08.04.2018 / 19:49