good! I have a problem with my code.
I made components of my site, and when I put the script it only gets me the last one..and I tried putting the files in different folders, but still I still have the same problem. From already thank you very m...
I have a problem.
I have a button that when clicked, opens a popover. but when I remove the mouse from the button, the popover goes blank, does anyone have any idea why?
Good!
How do you do to have a div with some transparency, but that its content does not have it?
That is, I was trying to make a page where all its background is an image, and then I wanted to put a navigation menu on top. And this I wan...
I have the following case, that in my application I have two scroll, as I do so that only one, the one that is inside, comes out.
PS: I do not take css.
I try to make a few boxes flex but I realize that in Safari the mobile does not work, I move the first box up the container.
I have the following structure:
<article class="contenedor">
<div class="contiene-socios">
<...
I wanted to know how to link background-image in CSS in wordpress, I know that in the index to the images this code is added: php bloginfo ('template_url') for background-image is the same? thanks!
php bloginfo ('template_url'); ???
Greetings,
We are working on a web App. We have noticed that certain features do not run properly when the user is browsing from the Facebook browser.
It seems to be a CSS or JS theme
Has anyone encountered something similar?
Some so...
I need to place media query only for browser edge
minimum size 400px maximum 600px
How would it be?
I have this, I need it to work only on the edge browser
@media screen and (max-width:400px) and (max-height:600px) {
…
}
I have the following code that is supposed to verify if there is a regitro in a database. The problem is that it does not verify if the registry exists.
<?php
include "../Funciones/Conexion.php";
$mysqli = inicio();
$nombre =...
Good afternoon
Is it possible to make an image that I have inside a cell fit the size of the latter?
I want to shadow a table that I have in HTML-based mail, but this type of mail does not allow the box-shadow property: , that's why I'm r...