Questions tagged as 'css'

1
answer

Insert an HTML element inside the first child TD of a TR with classe XXX

I want in the following code, to move the element .buscarusuarios within the first TD son of the TR classe fltrow, once the sun starts. I'm a little lost with the CSS3 selectors <form class="buscarusuarios"> <input class="form-control...
asked by 10.11.2018 / 10:45
0
answers

Create deformed section

<div class="__full"> <section class="__bg_border"> ... </section> </div> How could I achieve that my section can deform in such a way that it can look like the image, is using polygon but it i...
asked by 11.11.2018 / 02:40
1
answer

Sort Drop-down menu HTML5 / CSS / JS

Currently I have a simple menu with one of the drop-down options since I only need that option to deploy. The problem is that I do not get the option to drop it in the correct position that is the third, but it is last. Additionally I have a pro...
asked by 14.11.2018 / 18:21
0
answers

How to update canvas width and height when resizing image

How can I update the width and heigth of a cava actuamaticamente. What happens is that I have an image to which I resize it, to larger or smaller size and the canvas takes me the original measurement and not the new one that I added to the image...
asked by 09.11.2018 / 20:48
1
answer

Create a Pop up just by clicking

Hi friends maybe it's easy what I ask but I need to know how to create a pop up by clicking on a link. If someone has an idea, I would appreciate it a lot     
asked by 05.11.2018 / 07:07
0
answers

Add Styles to menu items while lowering the screen with Jquery

Hello, I have a menu with this structure .. <div id="MenuWrapper"> <nav class="menu"> <ul> <li><a href="#nosotros" id="mak1">nosotros</a></li> <li><a href="...
asked by 08.11.2018 / 05:25
0
answers

how can I connect my php system with the database

I went up to 000webhost, the system is already on the internet but there is no connection to the database and I do not know how to fix it. this erro throws me: Connection failedProxySQL Error: Access denied for user 'root' @ '2a02: 4780: bad:...
asked by 04.11.2018 / 00:54
0
answers

Logs with php and mysql

Someone would help me to paginate the results of my query in this code please. ++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++ <div class="tab-pane fade" id="list"> <...
asked by 03.11.2018 / 23:39
0
answers

connect 000webhost.com with php mysql

I want to connect my php connection file to the 000webhost database <?php $servidor = "localhost"; $usuario = "root"; $password = ""; $bdd = "matrix"; //crear conexion $conn = new mysqli($servidor, $usuario, $password, $b...
asked by 04.11.2018 / 01:33
0
answers

Problem with modal window

Hello in this github project: link I have a modal window when clicking on the login button, however when I do it, the bottom of the web becomes more and more to the left. look: However, when I click on login, the following happens:...
asked by 02.11.2018 / 01:40