Questions tagged as 'html'

2
answers

Incompatibility Firefox

I'm about to finish my first web project and when I'm reviewing the browsers I find that firefox causes me the following error in the footer. As you will see in other browsers it works and it looks perfectly in firefox is the only on...
asked by 01.09.2018 / 19:17
2
answers

Display a div when clicking with ajax

Good day to all, I would like you to support me with this, I have a html I have ajax and css, I want to click on the clicks (that already does) but at the time of clicking I am visualized a div that I have it with invisible ... this is my code...
asked by 13.08.2018 / 17:11
2
answers

Make transparent text of a button and transparent button only where there is text

Well, my question is somewhat complicated, what I want to know is whether the text of a button can be made transparent but also the button on the part where there is text so that when I mouse over the button the letters are from the color or ima...
asked by 13.08.2018 / 03:13
2
answers

Why are CSS styles not updated?

It happens to me sometimes that I have to eliminate the datos de navegación , cookies , caché , and everything so that I just update the styles that you modify in CSS , which are in another folder as you already know. I u...
asked by 09.07.2018 / 10:44
2
answers

Unexpected behavior of javascript function in a form

I need to fill in a form and give a button "Calculate" a javascript function to perform a mathematical operation and show me the result below the form, after showing it, a "Save" button should be visible, which when given click will process the...
asked by 28.06.2018 / 06:55
2
answers

How to ask the user a confirmation to delete object?

I have an inconvenience that when the user wants to delete a post it is deleted without further ado, but I want to ask the user some confirmation if he wants to delete it, I am working with php, eloquent, twige illuminate, for now I have this pa...
asked by 07.07.2018 / 16:41
2
answers

Popup window message in PHP

I know that a tool called JOptionPane exists for Java that shows you a pop-up window, be it a message, a question, a confirmation, etc. In Java, to show a message, use: JOptionPane.showMessageDialog (); How could a pop-up window appear in...
asked by 19.12.2017 / 12:02
2
answers

Close div with "x" [closed]

I would like to know how to do so that people can close a div that has an adsense ad by clicking on an "x" Here's an image of what I'm looking for:     
asked by 08.09.2018 / 17:08
1
answer

How to correctly condition the coordinates of an HTML element with mousemove in JavaScript?

What I need in particular is to obtain the coordinates of a div to be able to condition them (correctly), as for example with a new event. Now ... the problem is that I have solved it up to that point, the issue is that when running the e...
asked by 19.08.2018 / 17:49
3
answers

PHP: Parse error: syntax error, unexpected '='

I try to create a contact form that will send your data to a gmail email. For this I use the library PHPMailer , but first I am trying to get the mail with a simple text, that is without passing any variable. The problem is that it gives a...
asked by 08.09.2016 / 22:25