Questions tagged as 'css3'

2
answers

Image popping up with Fad-in effect after page loading

I need to make 4 images appear, one at a time, on my page, after loading it. IMAGE EFFECT: It would be the fade-in effect, if I'm not mistaken, that's the name. This effect is one that the image comes up from the center of it. LOADING E...
asked by 20.06.2017 / 21:10
1
answer

How to prevent one element from overlapping the other?

How do you prevent overlapping with other elements? In this case the title QUICK ACCESS TO MAIN CHANNELS is superimposing the element below - Monastic Sands See example: CSS: p.acessorapido{ float: left; width: 100%; heig...
asked by 20.06.2017 / 17:29
1
answer

Why does MAIN not track the height of internal elements?

I use main to compose the site's main content, but it does not automatically track the height of the inner elements. main{ background-color: #444; max-width: 1200px; width: 100%; height:auto; margin: 0px auto; } *{...
asked by 20.06.2017 / 12:39
1
answer

CSS: How to keep li on one page without jumping to next

Good afternoon everyone! I'd like to know how I can put the items in a list on the same page without going to the next page. Ex: I want to put item 3 and its description on the right side of the page above, where are the other items. I...
asked by 23.05.2017 / 20:40
1
answer

CSS - Conflict between link classes

Here's what's happening: I'm developing an HTML page, I've managed to finish the development of the page, but the page's HTML file is loaded externally elsewhere in the site. What is happening is that the default site link css style is conflicti...
asked by 25.05.2017 / 21:23
0
answers

How do I use AddEventListener () in vueJs?

I'm doing a function of my project and I need to use the addEventListener() event but it's giving an error: excluirVariante:function(v){ console.log(this.$el.querySelector('#op_nao')); console.log(this.$el.querySelector(...
asked by 25.05.2017 / 14:37
1
answer

Materialize.css insert icon over an image of the card

Hello, I have some cards in materialize.css that I would like to insert over the image (.card-image) a specific icon (in the example the video icon), but I am not able to. <div class="card-image waves-effect waves-block waves-light" v-if="i...
asked by 05.05.2017 / 13:46
1
answer

Input animation in Jquery background

Dear, I would like to do the following. I have two buttons, one interferes with the value of the other. When one field changes I want the other field to gain a background and it comes back with the background to normal, with a certain animati...
asked by 05.05.2017 / 15:26
1
answer

Align text after choosing an option in select

Hello, Personal, I need a help to align text. I have a select with a list of cities, in this list there are addresses, when we select a city, only information about that city will be shown (Obvio rs), but the problem is that the text is not a...
asked by 02.05.2017 / 13:29
1
answer

Image rotating automatically

I have a problem with my HTML / CSS ... Some images, usually large in size, are rotating by themselves ... Below is a print for you to understand better: Noticethatthefirsttwoimagesareinthecorrectposition,butthethirdandfourtharefacing...b...
asked by 08.05.2017 / 19:26