Questions tagged as 'css'

2
answers

Photo does not come out when I use explorer or microsoft edge

One of my photos does not come out when I open my website in explorer or microsoft edge, but it does load when I open my page in chrome, firefox, and safari. This is the code: <img src="../Recursos/logoam.jpg" width="600" height="130" style...
asked by 28.07.2017 / 19:11
1
answer

Change title by Js

Good, my goal is that when entering a text in the input, the paragraph whose id is "my title", change by the text entered in that input. Surely e is that the Js code is not right. HTML <html> <head> <script src="DH16.js">...
asked by 09.08.2017 / 10:36
2
answers

Warning message in css

I'm using html error messages <form> <input required /> <input type="submit" /> </form> My question is: can the sign be modified? make it bigger, change the color and other ... I show it in an image     
asked by 27.11.2016 / 01:45
3
answers

Problem with clear: left;

I'm making a web page but when I generate an HTML from a java class, but it generates the code of the description that is out of order (I get it to the right of the whole and it should come out below the image), why is that? I leave the link...
asked by 02.12.2016 / 19:54
4
answers

How to center modal window with css?

I'm using top: 50%; but I do not focus vertically on the modal window, what's the problem? CODE: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!DOCTYPE html> <h...
asked by 27.04.2017 / 01:21
2
answers

Position one div inside another in the upper part and the others below

I have a div father and inside 4 div internal son next to each other, inside each div son I have 3 div; one contains a title, the other an image and the last an icon. I have noticed that they are aligned from below and if an image does not have...
asked by 10.04.2017 / 15:02
1
answer

Intensify the tone of a color proportionally to a value

I'm doing a simple game, and I intend for a color to change pitch proportionally to a value , that is, for example if I have a light blue color in the background ( this would correspond to the value 0) and as this value increases that blue co...
asked by 31.01.2017 / 18:39
2
answers

Function add number

Can someone tell me how to do a function assigned to a button that takes a number inside the DOM, adds X and replaces the old number with the new one? I've tried this. var boton = document.getElementById("boton"); //variable de boton...
asked by 14.11.2017 / 21:44
2
answers

CSS Selector when clicking on something

I have this "hover" selector that performs an action by having the mouse on it. But I do not know how I can cause the action to be triggered when pressed. Something similar to onClick () but in CSS .flip:hover { transform: perspective(500p...
asked by 20.11.2017 / 15:37
2
answers

Place buttons in vertical html

How could I put these buttons one below the other in the form of a list? a greeting <div id="f2c1"> <button onclick="newBiblioteca()">Nueva Biblioteca</button> <button onclick=""...
asked by 04.11.2017 / 15:26