Questions tagged as 'css'

1
answer

How to get away with the Parallax effect with angular?

How can I get rid of the parallax action when it has an attribute? is the tag that has the attribute: <parallax-image ng-class="{{fixo}}" src="/parallax-image/assets/images/image-01.jpg"></parallax-image> This is the css tha...
asked by 23.05.2016 / 16:14
1
answer

DropDown Menu in CSS

Good afternoon, people, How do I make the dropdown work in the menu I created?    Hiding the dropdown of what we do was easy, but how do I make it appear with the mouse over the "what do we do" option?    I tried putting an id and hover prope...
asked by 23.05.2016 / 00:50
0
answers

SCOUT compiler does not generate css file

Good afternoon, I'm using the SCOUT compiler to work with scss and sass files, but from yesterday to today it's no longer generating css files, it's properly configured for project folders. As you can see, the file is being modified, bu...
asked by 16.05.2016 / 20:04
1
answer

Icons do not appear correctly

Well, I'm updating a website, and the home screen icons are not showing up. They only appear if I go to another page and then back to initial. The site is: www.artbordados.com.br In the browser console, the following error appears:...
asked by 16.05.2016 / 19:00
1
answer

FREE Tool for Wireframe

Among the various tools found when searching about it, could anyone give indication of a good FREE tool for creating a wireframe? The focus and development of system for web. Please note that I am not looking for the best, but rather an indic...
asked by 18.05.2016 / 01:27
1
answer

Javascript menu level 2/4 with error

How do I set the same code, with different variables, but to perform the same action. I tried to re-write it and even then, Javascript is in error, in case it would be a menu in dropdown, with up to 4 levels, I'm still in the 2nd level...
asked by 17.05.2016 / 16:37
0
answers

JQuery Carousel disrupting the display: inline-block

The page is this: link The code is this: echo "<div class='fotosProduto'>"; require_once "_required/carousel.php"; echo "</div>"; echo ' <div class="detalhesProduto"> texto </div>'; Inside req...
asked by 11.06.2016 / 21:40
1
answer

Responsive slider in css

How to make my slider responsive. I have already typed all the codes, and it is in css pure (I made it from galleries that I downloaded on the internet, which are used to change color, icons, etc.), I would like to know the code th...
asked by 07.05.2016 / 21:26
2
answers

Centralization of ul in a strange way

I have a very strange problem. css .lista { margin:0 auto; } ul.listaTopo, ul.listaRegistros { margin:0 auto; padding:0; width:100%; } ul.listaTopo { background-color:#000; color:#FFF; } ul.listaTopo li, ul.lis...
asked by 05.05.2016 / 20:52
0
answers

How to create hover effect with two overlapping canvases with opposite effects?

Previous Code. * The following is the code example below: Old JSFiddle New code for anyone! JSFiddle New     
asked by 05.05.2016 / 22:36