Questions tagged as 'css'

1
answer

Content passes above the header when scrolling page;

I have a header and I have a section , so here's the problem, when scrolling the page, , goes over the content of the header , and I intended it to go below header , dropping the content that is passing. * { padding: 0; margin:...
asked by 09.07.2015 / 20:32
1
answer

Fixed Bar at the top

Hello, I would like to put a black bar at the top of my page, but I can not do it. Does anyone know how to do it ??     
asked by 02.03.2015 / 18:45
1
answer

Sort data with google chart

I have the following graph of the google chart: link I wanted to sort the left columns as follows: Basic, Below Basic, Proficient, and Advanced. Currently out of order, is there any possibility of this change ??     
asked by 08.06.2015 / 14:42
1
answer

Desktop applications developed in HTML CSS and Javascript

I have an MVC Web application in .Net. I have the need to migrate it to the desktop. But I would like to keep my application with Web Views. I know that for Android and IOS app it is possible to reuse the screens if they were developed in HTM...
asked by 12.06.2015 / 17:11
1
answer

Doubt about the property "animation-name"

I'm studying all CSS3 properties and I had a question about the animation-name property. Is the value given to this property personizable or is it a pre-defined value for the language? The doubt came after reading a code that had the fol...
asked by 09.06.2015 / 00:30
2
answers

Change the color of a box in the horizontal menu

I'm making a horizontal menu and I want each element of this menu to have a 20px box. Now I want you to move your mouse by cimam to change that color. For this I thought that if I used a:hover I would solve the problem. Just not. It in...
asked by 23.10.2015 / 13:35
1
answer

CSS interfering with element position while dragging

I have a script that allows you to click and drag an element across the screen and take you to the bottom of the page, which has an area that attracts the dragged element. At the top of the page is a div with CSS: width: 100%; height: 55px;...
asked by 30.01.2015 / 21:22
1
answer

Parse error in Less, says my class / mixin is not defined

I'm using ruby 1.9.2 and rails 3 and gem less 2.6.0. I already imported the mixins and the variables and even then the error persists.    Less :: ParseError: #gradient > .vertical is undefined Slider.less file snippet:...
asked by 03.02.2015 / 20:15
3
answers

Vertical-align does not line li's

Guys, I have a problem with the use of vertical align. My <li> of the start menu is 80px in height and set to align in half. It just does not work, huh. link     
asked by 28.11.2014 / 15:17
1
answer

Canvas fill the entire screen with css

I have my canvas in html5: <canvas></canvas> I want the canvas to occupy every available area of the browser, I tried to do this: canvas{ display: block; width: 100%; Height: 100%; border: 1px solid #c33...
asked by 24.01.2015 / 18:46