Questions tagged as 'html'

1
answer

Snowflakes effect with image

With the following HTML I have the snowflake effect with the letter * but I would like to change the asterisk letter to a real image, in icon size. HTML Code: <html> <head> </head> <script> // Numero de copos, rec...
asked by 04.12.2017 / 10:54
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
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 use a function $ (document) .ready (function () {}) of JS?

My problem is that I want to use that function for several pages, I just do not want to be placing the <script></script> in all of them, it's very exhausting. You see, I'm starting to use Alertify.js and I want to us...
asked by 17.09.2017 / 16:53
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

Image does not load with JavaScript

Why does not my image on my desktop load my HTML page?  I'm doing it through JavaScript, but just upload the images from the internet by putting the url. This is my code: function mostrar() { var src = "C:\Users\User\Desktop\fondo.jpg";...
asked by 25.12.2017 / 16:22
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
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
2
answers

How to make PopUp appear by JavaScript when done with CSS

I have a PopUp modal that is not done in JavaScript only with HTML and CSS, I need to send it to call with JavaScipt but I do not know how. The button with which I'm calling from HTML <a class="modal-open" href="#modal">PopUp Modal<...
asked by 04.04.2018 / 18:26