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...
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...
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...
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...
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...
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";...
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...
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...
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"> >>>...
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<...