Questions tagged as 'html'

1
answer

How to send form field value to ajax function

Very good, I have a form in html, and I would like you to click on a button, call an ajax function with the user and password. This is my form. <form method="post" action="javascript:login();" name="loginForm" id="loginForm">...
asked by 18.09.2017 / 21:45
4
answers

Problem with CSS background

I have a problem, I'm trying to insert a background image using the background-image property, I did it in the following way: <div class="container-fluid bg-img"></div> and CSS .bg-img { width: 100%; height: 100...
asked by 29.08.2017 / 21:19
1
answer

Class PHPMailer not found in

I need help, I need to send emails and at the time of registering a ticket you should send one but only save it in the database and do not send mail and send this error "class phpmailer not found in (directory where the file is) ".     
asked by 27.09.2017 / 21:38
3
answers

One div side by side, both stuck down

I am editing a WordPress template and what I need is to put two div , next to each other , as well ("2" and "3"): I've already dealt with float:left; in div "2" and overflow:hidden; in div "3" and the result is clos...
asked by 27.08.2017 / 22:40
1
answer

How to use Background image in a Materialize column

Good morning, my question is how I should do to put a background image in a materialize column. For example, suppose I want a section with half an image and half a text would be something like that? <div class="row"> <div c...
asked by 25.08.2017 / 18:41
2
answers

Frame widths with Flexbox in IE11

I'm with a simple code, starting to use flexbox. It works perfect in Firefox, Safari, Chrome, Edge, Opera, but not in IE11. They are flexible frames with images and text within a defined area. In my code I only use display: -webkit-flex; d...
asked by 09.11.2017 / 23:59
1
answer

Avoid Session in 2 PHP Browsers

Good morning, I would like to know if someone knows how to prevent a user from entering their session in a different browser, the code that I have is the following if someone knows how I would thank them too much <?php //incluye la c...
asked by 13.08.2017 / 23:18
1
answer

I have problems with bootstrap

good day! I have a problem with bootstrap as you can see I have 3 problems, one that I can not make those 2 div's have the same "height" (the slideshow and the right part that is a tab), second in my tab on the right, I put the responsive ima...
asked by 10.10.2017 / 23:31
1
answer

How do I prevent the content of the page from going too high with the shrunken header?

Well, I have this web where I put a header that shrinks when downloading on the page, but I have the problem that when a lot of the content of the web goes down, it goes up below the header and I do not know what to put in order to avoid that wi...
asked by 15.08.2017 / 18:55
1
answer

Droppable element accept and scope differences

In the following code, I have 4 Droppable elements that accept only some Draggable elements. The acceptance of 2 of these elements is declared with 'scope' and in the other 2 is declared with 'accept'. What difference does it make in one w...
asked by 11.10.2017 / 01:21