Questions tagged as 'html'

3
answers

Rotate a div for 30 seconds Jquery

Greetings, my query is as follows: I have a div block which I need to keep rotating for X amount of seconds, I have tried some Jquery libraries but I have not been able to control the time it keeps turning and the speed, this is important. Gr...
asked by 24.12.2016 / 15:25
1
answer

Create a template / master page in php language [closed]

How can I create the structure of a master / template in PHP with alternatives other than include and require independently of content and design , thanks in advance. for example a menu that can be visible in all the files and right there...
asked by 03.10.2016 / 23:17
4
answers

How to know which mouse button was pressed

I want to know when a mouse button is pressed on the button , which was the pressed, if the left, right, or middle. The problem is that for the right click I get the typical menu. Nor does it detect if I press the middle one. How to detect...
asked by 20.07.2017 / 20:12
4
answers

You can not open the link in menu

at the end when click can not open a link ( <a href="www.google.com"> ) $('.menu-lateral .sub-menu').hide(); $('.menu-lateral li a').click(function(){ event.preventDefault(); $(this).siblings('.sub-menu').slideToggle('s...
asked by 05.01.2017 / 20:28
2
answers

Hide and show a div when clicking on a radiobutton with javascript

I want to make two RadioButtons work with the same ID but I want to make that when you press deposito show the div1 and when you press ventanilla show the div2 . I can not get it, I hope you can help me do it with java...
asked by 31.03.2016 / 20:17
2
answers

The pseudo-class: hover does not work

I am trying to place the effect: hover to these images, but it does not work, they are several images, then I gave a name to the class "effect" but I do not know why it does not work, I want to give it an opacity, below I show how I am doing....
asked by 19.08.2018 / 05:28
2
answers

Justify CSS text and enlarge space between characters

I request your help because I have an inconvenience because I need to use css , justify the text and in addition to this the text within the div must occupy all the content of div without leaving spaces in white, if it is possible t...
asked by 29.08.2018 / 00:12
1
answer

How to get Chrome to recognize font-family: Arial without sarifa? (serif)

I have tried in different ways to get my CSS: .texto--big{ font-size: 40px; font-style: arial; } .texto--small{ font-size: 25px; font-style: arial; } Return the Arial font, without serif, in the Google Chro...
asked by 25.09.2018 / 16:44
4
answers

filter with if php and show only if it is greater than 0

With this function I create the search for my earrings. function pendientesporrevisar($conexion){ $pendientes = (mysqli_query($conexion, "SELECT COUNT(*) AS conteo FROM ticket WHERE tipo_solicitud = 1 && status = 1 ")) or die(...
asked by 18.04.2018 / 17:55
2
answers

Substitute one image for another - Events - Javascript - HTML

I have a set of images stored in an array and I show them through the array with a "foreach". PHP Code of how I extract the images and show them: $imagenes = $cabana->getImagenes(); //Recorremos el foreach del array "$imagenes". $first...
asked by 17.11.2017 / 12:40