Questions tagged as 'css'

1
answer

Problems loading component scripts angular.js

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...
asked by 02.09.2017 / 23:26
0
answers

Popover is deleted

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?     
asked by 19.08.2017 / 01:15
1
answer

Transparency of a div, without its interior elements being transparent [duplicated]

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...
asked by 20.08.2017 / 11:37
1
answer

problems with the scroll, I get two scrollbar

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.     
asked by 18.08.2017 / 17:51
0
answers

Display: column does not work in Safari

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"> <...
asked by 04.09.2017 / 17:02
1
answer

CSS background images in WordPress

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'); ???     
asked by 10.08.2017 / 22:24
0
answers

Incompatibility when running Web App from Facebook Browser

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...
asked by 04.08.2017 / 14:18
1
answer

media querys navigator edge

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) { … }     
asked by 01.08.2017 / 20:47
1
answer

Verify Registration When Making an UPDATE PHP

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 =...
asked by 03.08.2017 / 19:06
1
answer

Fit an image based on the height of a cell in HTML

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...
asked by 30.07.2017 / 02:22