Questions tagged as 'css3'

2
answers

Why is the navigation bar overlapping the header?

Asyoucanseethenavigationbariscoveringtheheader(thatthebannerasbackground),butintheory(basedonmyknowledge,ofcourse)theheadershouldstartrightafterthenav.NOTE:Itriedtogiveamargin-topintheheaderjusttotestandthenavwentdownwithhim.Itriedtousez-indexa...
asked by 12.07.2017 / 14:35
1
answer

Nav-burger collapse onclick [closed]

Good afternoon, I'm looking for someone to help me transform a nav-burger from fontawesome (fa-fa-bars) into X when a click is done and vice versa.     
asked by 19.04.2017 / 18:29
1
answer

Problem with div size when scrolling page

I've developed an effect that decreases the height of my div when I scroll on the page but when I use scroll the effect usually occurs more when I upload the page div does not return to normal would like to know why the code...
asked by 11.04.2017 / 14:07
2
answers

Run css while loading Javascript CSS page

I'm developing a web application and would like to take the border off loading page, but it has the following error. Uncaught TypeError: Cannot set property 'border' of undefined JS <script> $(document).ready(function(){ d...
asked by 23.10.2017 / 02:03
2
answers

Hover with border and CSS image

I'm developing a web application and would like that when I did not hover over the image, I would only see the image on the screen, without the description of the product, the price and the border around it. Image without hover effect. An...
asked by 22.10.2017 / 06:37
1
answer

Keyframes is not recognizing the command

Waves! I'm having trouble using this rule because it is not recognizing the first line, so it does not execute the animation. I do not know what to do anymore, because even if I delete the line, the bottom is no longer recognized. What I realize...
asked by 23.10.2017 / 04:21
1
answer

Set DIV between page head and footer

Well, I have a div that stays fixed when scrolling the page, but I want it to scroll again with the page before it reaches the wall. The code below causes that when reaching the height of the scroll 300 the div is fixed. The problem is that when...
asked by 25.05.2017 / 18:02
3
answers

Display images side by side using JavaScript / BootStrap

I would like some side-by-side images to be displayed, as the template below, could you tell me the best way to do it? I have tried to do with BootStrap, but I can only make one image appear at a time.     
asked by 15.02.2017 / 02:54
1
answer

Input animations for text and divs when scrolling on the page

I've seen this practice becoming increasingly common, where page elements are "appearing" ( fade-in, slide-in, etc.) automatically when, by giving scroll , you enter a new section / div. I gave a searched , but I did not find what it takes t...
asked by 16.02.2017 / 15:46
1
answer

How to hide sidebar and vertical with CSS

I would like to hide these two bars (Vertical and Horizontal), set up my .css file with the following definitions, but they are not working: @charset "UTF-8"; section#conteudo{ width: 1000px; margin: auto; } iframe#frameEspecificacoes{...
asked by 20.02.2017 / 14:00