Questions tagged as 'css3'

1
answer

Section with display block does not work correctly

I have the following problem: I opened a topic yesterday regarding some positions that were getting wrong, and that I was able to solve. However, another problem has appeared that consists of the following: In this image is the effect that I loo...
asked by 31.07.2015 / 13:22
1
answer

transition and opacity make some images disappear

I'm trying to simulate masonry jQuery using only CSS columns , I managed to do it quietly, the problem is that I put an opacity and transition in the image and :hover of the image, when the mouse passes over , the layo...
asked by 26.06.2015 / 15:20
0
answers

Stylization of video drivers

I want to stylize the drivers I created with HTML, CSS and JavaScript, but I'm not able to do one that would be mute. It works as follows: it will have the image of a musical note which means that the sound is inactive and when clicking on it wi...
asked by 27.04.2015 / 18:32
0
answers

linear-gradient with Inherit does not work

Why does the inherit attribute not work when associated with the linear-gradient property? Example: background: linear-gradient(to bottom, transparent 0%, inherit 100%); Note: code tested on browsers based on -webkit, -moz, and -ms....
asked by 08.10.2015 / 22:29
0
answers

Slider fullscreen inside bootstrap 3 columns

Good afternoon everyone. I'm using bootstrap 3 and am experiencing a problem that I have not been able to resolve for more than 1 week. I have a layout that has 1 column for menu and another 11 for a fullscreen slider. I've tried using variou...
asked by 16.03.2015 / 22:03
0
answers

Why does the 'first-letter' pseudo-element not work correctly in this example? [closed]

When you use it, a space appears at the bottom of the page, causing the footer to go up a bit. This does not happen when using 'first-line', for example. It's only with 'first-letter'. Could anyone explain why this happens and how to solve th...
asked by 14.01.2015 / 03:24
1
answer

Unwanted space on page when creating media queries

I'm creating a site with responsive layout, when the site enters the mobile resolution on an undesirable space below @media(min-width:176px) { div#rodape{ width: 100%; height: 70px; padding-top: 10px; text-align:center; } } @media(min-width:3...
asked by 23.10.2014 / 07:54
0
answers

Problem loading the compressed .css file in IE9

I'm having a problem loading one page styles exclusively in IE9, other IE10-11 browsers and versions work correctly. The page uses Bootstrap 3.1 and another template, so it uses multiple .css files. These files are being compressed per op...
asked by 27.05.2014 / 18:14
1
answer

How to make the keyframe stop at 100% / stay static after the animation?

I have the following keyframe: @keyframes bolha 0% {width: 0px; height: 0px;} 50% {width: 600px; height: 600px;} 100% {width: 400px; height: 400px;} } I call it this way: -webkit-animation: bolha...
asked by 04.02.2015 / 19:43
2
answers

TV style information bar (similar to tag marquee) [duplicate]

I need to make a TV channel style information bar that goes from right to left. I have the text that comes from the database and as it is a long text would need to be looping. I'll use it on a webpage.     
asked by 20.04.2018 / 20:09