Questions tagged as 'css3'

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
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
2
answers

Why does the chrome console flag me error in media queries?

Currently I want to make my website responsive, but when I want to modify some measures of some elements they do not change, for example I have a mask that covers some of my images, the image if it adapts. Viewing my image in responsive mode....
asked by 30.08.2017 / 20:54
0
answers

Problem with jQuery routine to display content with buttons

I have two buttons where I should press and show me three more buttons that are hidden plus one of the information on each button. My idea is that when I open the section it shows me the content of the first button (Neighbor Service), and tha...
asked by 20.07.2017 / 16:53
1
answer

How can I know the width of the screen where the web page is opening?

I am doing some initial tests already in the production state. All the pages of the project load the following at the beginning: <style> body { padding-left: 30px; padding-right: 30px; } </style> I was testing a mobi...
asked by 13.08.2017 / 23:49
2
answers

work with responsive. in local it looks one way and in cell of another

Good friend, I have an indelibility diagramming with CSS. What's up ... I have two css files one for the responsive and one for the normal something like that. style-index.css: for the laptop file and r-style-index: for the cell I have...
asked by 12.07.2017 / 22:23
1
answer

I do not get the menu, css styles do not apply to image in android browsers

Hello on my laptop, the web looks good. And if I resize the web to mobile resolution it looks good too. but when I upload the web to ftp and see it from my phone many things do not work like the menu, the border-radius: 50% of an image or two fo...
asked by 09.06.2017 / 20:28
1
answer

CSS3 background

I'm trying to insert a photo on my page, I used the following information to put the photo: background-image: url(../../Pictures/espacio.img); background-position:center; background-repeat: no-repeat; background-size: cover; The result was...
asked by 05.06.2017 / 20:03
1
answer

boostrap collapsible navigation bar does not show menu

I am doing a navigation bar with bootstrap of type collapse for when it is seen in mobiles, but when I decrease the size of the page in the browser I get only 3 icon lines from the menu but it does not show it when I click this is the code that...
asked by 24.06.2017 / 22:27
2
answers

How to apply CSS3 transformations to a parent element without affecting the child elements?

I need to apply a transformation of scale and skew to a div, but when doing this transformation it is also applied to the children elements. How do I make the child elements omit that property?     
asked by 01.12.2016 / 21:56