Questions tagged as 'css'

1
answer

I have a db and the table I have it in phpmyadmin does not insert data

CONNECTION.PHP <?php $conexion = new mysqli("localhost", "fran","123","frankliber"); ?> FORMULARIO.PHP <!DOCTYPE html>- <html> <head> <title>Guardar</title> <meta charset="utf-8">...
asked by 18.07.2018 / 15:56
1
answer

Identify which document belongs Js Css element

Pleased to meet you, I am working on a platform which has an element (select option) bootstrap that "inspect" shows me the item you want to change but I'm not sure that this document is. When I look at the source, I only see the css and styl...
asked by 17.07.2018 / 18:37
0
answers

Create a slider with the arrow keys and with the mouse click

How to pass slides with the keys without this repetition effect happening with setInterval , when I have the mouse on the container and at the same time I press the key to go to through the images This is the codepen link The arrowKe...
asked by 17.07.2018 / 17:08
0
answers

problem with Bulletproof fontface in css

what I did to load my fonts were two statements of @ font-face because in one part I use regular and others bold and load them by parts but visual studio gives me a warning so I guess it is not the best way to implement font face, help please .....
asked by 17.07.2018 / 17:16
2
answers

Can you make SweetAlert work by clicking on a text?

I'm making a web page, and until now I used the JS alert. I had made a text, and, clicking, I jumped an alert. It was of this type: <a href Onclick="alert("Texto")">Haz click aquí</a> And I want to know if it can be done with...
asked by 21.07.2018 / 20:57
2
answers

Display an alert message

I am making a form where I have two fields that are required, in this case they are name and email. What happens is that these fields must be full, but even if they are not, if I press the send button, the alert sent will jump. What I need to do...
asked by 14.07.2018 / 19:16
0
answers

Problems with Scrollmagic

I am putting together a model where I have to make an effect on a section like the image I attach. The idea is that the box that appears at the beginning is positioned on the side of the second section and magically change to a form. nothing eas...
asked by 13.07.2018 / 21:20
0
answers

A Datalist element of html5 connected to a rest service is not displayed on the first click, it requires a second click

I have a datalist who gets the options of a rest service. At first the datalist does not have the options, it is empty. When you click on the element (1st click - focus) you get the values for the options but the datalist is not displayed, it is...
asked by 13.07.2018 / 16:48
1
answer

How to align one object to the left and another to the center in bootstrap with d-flex?

It turns out that I'm doing a header with bootsrap and I have to put two elements in it, one that is a button that displays a sidebar and another that is the title. the button must be aligned to the left which I achieve, but the problem arises w...
asked by 10.07.2018 / 01:23
0
answers

div-clickable function with jquery enters co-conflict with the hover in css

The effect of jquery makes me the div of the sections click on a hidden div, this function copies the content or to a destination box, when this effect changes the color of the boxes and the text is affected by the hover without getting to work...
asked by 10.07.2018 / 22:44