Questions tagged as 'css'

2
answers

Space between div

Hi what happens is that I want to put a div below the other but as you can see in the code below it is placed on the one above. What do you recommend for me to put immediately down without leaving any space? #inicio { backgroun...
asked by 12.01.2017 / 04:29
4
answers

Animate an image when the scroll goes down

I'm working on Angular.js with 2 libraries, first the angular-smoothscroll and the animated.css. How can I mix these two? I want the image to be animated when I scroll down. The animations are already defined: they are css classes, and I o...
asked by 29.12.2016 / 22:43
2
answers

Repeat div element to simulate an infinite slider

Good morning, I would like to know if there is any way to make a slider that is infinite. I currently have a slider with a div that has a linear motion animation that is repeated. <div class="cont-princ-slider">...
asked by 02.02.2017 / 19:21
2
answers

Create LightBox in php

I need to put the LIGHTBOX component in php when creating a table with echo , I have tried with the css and js libraries that I have seen on the internet but it does not work for me, attach the code: $query = $db->prepare($sql); $que...
asked by 12.10.2016 / 16:40
1
answer

select an index of a select in html and based on it affect another Javascript element

Hi, I have time looking for an answer to this, what I want is that when I select an option of my select I can change the text of an imput                                                               Request:                                   ...
asked by 24.02.2018 / 01:54
2
answers

Ajax jquery success: funtion execute a function

success:function(data) { $('#login').val("Login"); if (data=="1") { $(location).attr('href','index.php'); } else { swal("Error", "Datos Icorrectos)", "error"); } } I want to show the fo...
asked by 03.08.2016 / 00:31
2
answers

Delete background when the user executes the script

I'm trying to make a "dynamic" background, the idea is: The index.html has to have a background, this background must have an image, like a logo. This logo must appear until the user tries to navigate and access a link, this link will call an...
asked by 28.02.2017 / 23:37
1
answer

How can I occupy JavaScript collapse repeatedly?

I have a problem with this function since it does not allow me to use it more than twice, that is to say the button if it appears in all my options but when pressing another button only the information of the first one is moved, I am very new pr...
asked by 17.05.2017 / 18:38
1
answer

Frames in ionic framework

I am trying to implement frames in my ionic application, what I want is to show on the top data or information of a user and in the remaining part show a page that consumes webservices. (in this case if there is no Internet, a connection error m...
asked by 25.07.2016 / 06:14
1
answer

Problem when showing Html element from Javascript

I have a table in HTML and I want to show and hide a label label that is inside a when a check is selected, by default the label is hidden, the problem is that if I put the css code in a separate file JavaScript It shows me the label label, but...
asked by 19.06.2016 / 11:19