Questions tagged as 'css'

3
answers

Show label to when passing pointer

Good I have the following problem, I'm making a page, and I have two labels and I want that when I put the pointer over one of them, I just see the other label, which has an icon, some idea? <a href="edit.php">Editar</a><a...
asked by 30.01.2017 / 23:13
3
answers

How to align 2 elements vertically to another [closed]

I need to align 3 images in the following way: How could you do it using bootstrap and CSS?     
asked by 29.01.2017 / 07:49
1
answer

Hide the value of an input in an html5 form

I have created a form with html5 but I need to hide the value inserted in a field of the form. That's possible? If possible, how is it done? The code is basically this: <form><input type="text" value=""><input type="submit" v...
asked by 01.05.2017 / 22:24
1
answer

Animations CSS3 or JAVASCRIPT [closed]

What is the difference between the animations that you can create with CSS3 and with Javascript? On what occasions is it better to use one or the other?     
asked by 27.12.2016 / 02:58
1
answer

change background to views in angularjs

It turns out that I have a background in CSS: body{ background-image: url("../images/fondo_mix.png"); background-size: cover; height: 100vh; background-attachment: fixed; } I use it in all views, except in two which have dif...
asked by 27.12.2016 / 23:24
1
answer

Why do I run this on all lines?

I'm trying to make every X lines insert a tr with a spacer, more or less I have it, but every time I get to the line to put the space, I put it in all the lines instead of in the line who does the jump. I'm using this code in javascript and j...
asked by 13.01.2017 / 20:38
2
answers

iPhone compatibility issues (HTML)

On the web I've made, I've had problems with iPhones. With all the other devices it works correctly, both Android, Windows even with MacOS, with different browsers. But if I use Safari on iOS I have several problems, such as when watching a vide...
asked by 02.12.2016 / 18:23
1
answer

Doubt about css or jquery Menu

I'm doing a full-screen menu. I have a menu that when I hover over a link I show an extra descriptive text. The problem is that I'm doing it by css and when I do hover it makes me hover in all the elements of the menu and it shows me all the tex...
asked by 14.02.2017 / 20:11
2
answers

I have a problem with my sticky header

I'm having a problem with my sticky header (sticky header). I want that when you go down, inside the page, that it has the same horizontal shape, that it does not stretch neither on the left nor on the right side. What happens is this: And...
asked by 19.11.2016 / 16:51
1
answer

Height of a div

I have two div , with background of two different colors, that occupy the whole page and I want them to reach the bottom of the whole, I mean 100%, until I get it there. But when the content occupies more than 100% and there is scro...
asked by 17.11.2016 / 21:45