Questions tagged as 'html'

2
answers

Subtract percentage in real time in an HTML with JavaScript, or by calling a PHP

It is to make a simple form where we put the data of a monthly expense in number. The idea is that when doing click in calculating savings show you again your spending and the% saving 8% . I need to know if with AngularJs or with php...
asked by 02.12.2017 / 00:11
1
answer

Problem with the collapsible of jquery mobile and ajax

Good afternoon. I'm making a mobile application with jquery mobile and I have a problem with the collapsible elements. I make an ajax call to the server to get data, and if the answer is correct, what I want is to insert as many collapsibl...
asked by 28.12.2017 / 14:01
2
answers

Authenticate in PHP with array search

Hi, I wanted to know how I could make this code, when logging in, compare if the credentials are correct by comparing the values of an array. I did it with a foreach, comparing them with if, but the result that gives me is that everyone can ente...
asked by 23.12.2017 / 22:18
2
answers

Do not load me the Bootstrap styles

good morning, I have an HTML template that uses bootstrap, but I do not load the styles I'm using NetBeans 8 and the App Engine server. So I am creating the references: <link href="../src/java/font-awesome/font-awesome.css" rel="styleshe...
asked by 19.12.2017 / 16:48
1
answer

duplicate events in a temple when doing mousemove on an element

I have a case where I have to generate a hover of an element through a template that runs the website the same actions, but the issue is that its duplicates for the same reason what is dynamically called this in JavaScript Here is...
asked by 19.12.2017 / 21:43
1
answer

fit container image to trim it

How can I make the image occupy the entire container? My idea is to be as shown in the photo. Being the red frame the image and the black frame rounded the container of images #article{ background-color: rgb(126,230,222, 0);...
asked by 09.11.2017 / 18:22
1
answer

Date in javascript [closed]

How can I determine a specific day and know how many will be here at a certain date, for example: If I want to know how many times will San Juan fall on Saturday from here to 2100. I imagine that I should do several conditions but I do not know...
asked by 23.10.2017 / 12:13
2
answers

CSS problem alignment of label inputs - HTML

I'm making a registration form, typical of web pages, but I have a problem with the layout of the elements. My form must contain the following fields, which are shown in the image, but must be in the following distribution: Nombre - Apellido...
asked by 07.11.2017 / 14:37
2
answers

Can a textarea be given a source?

It is possible to change the style of what you write there, such as changing the color or size of the letters. If not, what alternatives are there?     
asked by 04.11.2017 / 06:31
1
answer

Large image effect does not work - HTML CSS

I have an HTML code to which a .css is associated Why does not my animation work on the image? .logo:hover{ -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } <div class="log...
asked by 11.10.2017 / 11:06