Questions tagged as 'css3'

0
answers

Error with the average query CSS3 does not adapt?

Good I have this following code: @media screen and (max-width:100px){ #yo { border:1px solid green; } } <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"...
asked by 18.12.2017 / 17:38
1
answer

Problems with hover in a bootstrap carousel

Hi, I'm having a problem with the text that I apply to the image of a bootstrap carousel, the problem is when it does the hover, where the content stays fixed. But it should do the same effect as the text below. The content not adaptable to the...
asked by 12.12.2017 / 13:18
1
answer

Problems with LINK image-background ASP.NET MVC5

Because I do not see the image when doing it from the stylesheet, I need it in the header for that reason I do it from a class ... .font { background-position: center; background-size: cover; background-image: url('../Images/index/font.j...
asked by 11.12.2017 / 23:06
1
answer

How to put a margin and border-bottom to a label tr?

I try to put a margin and a border-bottom at the same time on a label <tr> but it does not work for me, I managed to put the border in the following way: border-collapse: separate; border-spacing: 0px 20px; But at...
asked by 03.12.2017 / 04:51
0
answers

Block download PDF in Codeigniter

I am working on a project with Codeigniter version 2.2.6, and I have to show a PDF on the web, this I already did in the following way <embed src"ejemplo.pdf#toolbar=0" type="application/pdf" width="100%" height="500px"> The problem i...
asked by 15.12.2017 / 17:28
1
answer

Problems with jquery gallery

Hi, I'm doing a gallery, which contains information and image. These 6 columns have hidden content that, when clicked, expands and displays the information of said file. These images in their idle state have a hover effect where text content is...
asked by 27.11.2017 / 01:47
0
answers

Problems with structure of Bootstraps with 100% funds

.left .bg-nacimiento { background: #00c4c4; right: 0; height: 204px; position: absolute; top: 0px; width: 100%; width: 52vw; z-index: -1; } .left .bg-guiness{ background: #00b1b1; right: 0;...
asked by 09.11.2017 / 14:29
1
answer

two countdowns in a single html [duplicated]

I have a countdown running in my html , but I need that right after finishing, start a new countdown with a different time in the same countdown , this is the js $(function (){ function countdown() { var...
asked by 03.11.2017 / 15:29
0
answers

Template in html5: icons do not appear

I just downloaded a template in HTML5 and I'm realizing that the icons in CSS do not appear in my version of the web in local, but if you catch the styles, for example this is a capture of the web original, where you download the t...
asked by 14.10.2017 / 11:16
1
answer

Problem when making a fixed menu with jquey

I'm developing a menu that stays fixed when the scrollTop is > the size of the menu, with the help of jquery, the goal is that from the screen size > = to 1001px this effect is available since at lower resolution it becomes a hamburger typ...
asked by 06.10.2017 / 20:15