Questions tagged as 'html'

1
answer

Open Pop up with several buttons

I can not get several buttons to open a single popup. This is how I did it: <div class="popup"> <div id="myModal" class="modal"> <div class="modal-content"> <span class="close">&times;</span>...
asked by 05.10.2018 / 23:33
1
answer

Do Hover in an image and it stops immediately with Slick Slider

I am implementing slick on my website, for this I have adjusted it so that the slider turns continuously if doing the typical image stop at the center. The problem is that for this I had to autoplaySpeed to 1 and speed to 5000, by activating the...
asked by 14.08.2018 / 08:45
2
answers

to href URL refresh or stop loop

I'm using href for a horizontal nav menu, the problem is that every time you click on a category, you get over infinitely. I'm trying to get that every time you click on the Games or Sports menu, the URL of the page will refresh and there wil...
asked by 02.08.2018 / 17:02
1
answer

How to filter explicit images when the user uploads their profile picture in php?

Well here with another doubt. We know that any person, out of simple curiosity or annoyance, when uploading their profile picture on a web page, could happen to upload images to the server with explicit content. This is where I wonder how...
asked by 03.08.2018 / 02:23
2
answers

Change a div image by hovering over a word

My idea is to create a single div that contains an image, but that this image changes according to the word that is indicated when the mouse pauses for this word. That is to say when you pass the mouse in the word apple appear in the div an appl...
asked by 30.10.2018 / 16:34
2
answers

Problems with transform and z-index CSS

Hello Stackoverflow community! As you can see in the image, the problem is why my 3D effect exceeds the z-index of the div that is closest to the user? This only happens to me in Safari, in the other browsers it works correctly. The...
asked by 01.08.2018 / 05:23
1
answer

How to validate a switch (materialize) with jquery?

In a ready table the users brought from a database, and to validate that a user is active or inactive, use a SWITCHE (on/off) ... .done(function(rest) { let resp = $.parseJSON(rest); let output = '';...
asked by 10.07.2018 / 16:38
2
answers

Problem with table in html

Why do you put the TRs next to each other? when you would have to put one under the other table, th, td { border: 1px solid black; } <table class="table table-striped table-bordered table-hover"> <thead> <tr...
asked by 11.07.2018 / 16:59
1
answer

How to make an element hidden, then appear and disappear again with the scroll in Jquery

I'm doing a website and I want to make an element: 1- This hidden. 2-Appear when the scroll is greater than 900px. 3-Disappear when the scroll is greater than 3000px. I was using Jquery and the code I did is the following: $(document).ready(fu...
asked by 10.07.2018 / 04:44
4
answers

How to accommodate the fields of a form with bootstrap?

I want to accommodate fields in this way I have the following fields , and only the combos 1 and 3 are shown, but I do not know how to accommodate so that combos 2 and 4 come out as in the image How could he do it? and likewise...
asked by 22.08.2018 / 22:26