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...
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">
&...
$sql="SELECT P.id as Id,
P.pointOfSale as [Description],
P.printerExtrat1 as PrinterExtrat1,
P.printerExtrat1FonteTicket as PrinterExtrat1Font,
P.printerExtrat2 as PrinterExtrat2,
P.printerExtrat2FonteTick...
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...
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...
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...
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;...
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...
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 {...