Questions tagged as 'html'

2
answers

Addition / multiplication of dynamic inputs and total in R $

Good afternoon, I need a great help, I'm stuck in a problem that apparently must be very easy! but I can not evolve. I have a code with the following fields: Inmyscriptthereare5groupsofapparentinputsandabuttontoaddmoreinputs(dynamicinputs),m...
asked by 31.08.2017 / 22:29
1
answer

How to optimize html and css files?

Optimization does not accuse the compression of html and css files. After compacting them in the html minifier and css minifier and putting the following code in htaccess ( see below) still does not accuse the compaction in the reader I u...
asked by 03.10.2016 / 17:12
2
answers

Insert html element "div" with javascript

How can I insert a div according to your class or id? Exemplification <div id="main"> </div> <div id="about"> </div> <div id="more"> </div> They are stamped in a single file! And then with a javascript...
asked by 05.10.2016 / 04:15
1
answer

Avoid line wrap (collapsing) in col-md bootstrap

I'm doing a grid that will appear some products, up to 3 per line, in mobile 1 per line, the problem is that the height varies and hence in the monitors it 'pushes' one over the other. Solution would be to put a height: 270px fixed, ho...
asked by 17.05.2016 / 19:57
2
answers

Hiding a div while showing another

I have a problem hiding a div when I show another. If I use .conteudo_ up instead of id2 I can do this effect, but it does for everyone at the same time and I want for each one individually. How do I do this? link HTML...
asked by 06.06.2016 / 10:36
2
answers

Subtraction of dates and return the number of years, months and days

Through two input='text' I launch the start date and the end date. By JavaScript I want to subtract the end date by the initial and return the amount of years, months and days. I am using the Date() function, but I am able to retur...
asked by 08.05.2014 / 14:15
2
answers

Display a sequence of divs on two lines

Good evening, I have the following structure of divs: 1 | 2 | 3 | 4 | 5 | 6 What I need to do is that this structure looks like this: 1 | 3 | 5 2 | 4 | 6 A single detail is that I need to do this only using CSS, without adding any more div...
asked by 15.04.2015 / 22:58
1
answer

Loading only appears after page loaded

I have a page with a side menu, and the contents of this menu is opened inside an iframe. CSS #preloader { position: absolute; left: 0px; right: 0px; bottom: 0px; top: 0px; background: #ccc; z-index: 9999; } A...
asked by 08.12.2014 / 19:29
1
answer

I can not hide SCM Music Player on Tumblr

I'm trying to hide the SCM Music Player and expand the main container to 100% (because the player reduced it slightly in the bottom) in my Tumblr blog but my code does not work. The Javascript code: setTimeout(function () { $(function()...
asked by 15.12.2014 / 03:04
1
answer

Menu made in Bootstrap [closed]

How to center a menu made in Pingendo Bootstrap? <html> <head> <meta charset="utf-8"> <title>Boletim Online</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> &l...
asked by 25.11.2014 / 14:07