Questions tagged as 'css'

0
answers

Step-by-Step Menu or ProgressBar

I was trying to make a menu step by step, that's where I came from. My intention was to click on the first circle, turn on step 1 in green and move on to the next step, making the line between them green (as already in the code). And so on up to...
asked by 23.02.2018 / 20:50
1
answer

CSS Bootstrap in combobox Ajax

I'm using a combobox ajax, so it can be typed inside the data of the combobox, however I'm using bootstrap and it is not configured correctly, I use class to configure, it follows how it's getting: <div class="grid-16 search"> &...
asked by 01.03.2018 / 12:59
2
answers

How to spacing buttons?

$sql="SELECT P.id as Id, P.pointOfSale as [Description], P.printerExtrat1 as PrinterExtrat1, P.printerExtrat1FonteTicket as PrinterExtrat1Font, P.printerExtrat2 as PrinterExtrat2, P.printerExtrat2FonteTick...
asked by 23.02.2018 / 12:28
2
answers

What is the "important" statement for?

What is the !important statement in CSS? body { font-size: 12.5px !important; }     
asked by 14.07.2014 / 15:03
0
answers

Css file with image inside

Person I am trying to set an image inside the css, for this I am using: body { margin: 0px; padding: 0px; background: #C0C4C5 url(images/page-body-bg.png) repeat; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; f...
asked by 22.02.2018 / 21:45
0
answers

GRUNT CSS-MIN does not process with @import inline

Hello, I'm building an html page where I merge js files using Grunt and the grunt-usemin grunt-contrib-uglify grunt-contrib-concat To compile js I use the following structure <!-- build:js js/compact/modulos.js --> <scr...
asked by 20.02.2018 / 15:48
0
answers

Use @keyframes of css with angle 5.2.6

I'm migrating a project and it had some animations. Same there are animations in the css with @keyframes, but by putting directly into the component's css and viewing the generated page of the angle does not work. I took a look at animations...
asked by 27.02.2018 / 21:32
1
answer

I can not align the logo with the menu

In responsive mode, the menu icon is aligned with the logo, but when it is in full screen mode and is below the logo /*----RESET---*/ *{ margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 300;...
asked by 18.02.2018 / 01:27
0
answers

z-index does not work with google adsense ad

I have a problem that is as follows. I have a menu at the top with position fixed and a z-index of 99999. I put this ad but the problem I'm having is when I go down and I get the advertisement. The advertisement is in front of my menu. I've t...
asked by 21.02.2018 / 02:47
2
answers

Fix the footer of an html page and follow the contents of the page

I need to set the footer tag to the end of the html page, but when the content exceeds the page the tag footer must accompany the content and not be fixed. See the CSS code is the HTML code I'm using for this. header {...
asked by 08.06.2014 / 04:28