Questions tagged as 'html'

0
answers

Slider Loading Problems - Height

I'm using a plugin to make a slider, called Slick . link I'm leaving the slider image with width: 100% to make the image look good from 1280px resolution. But when I leave this way the height of the parent element that r...
asked by 02.06.2016 / 14:08
2
answers

Hidden attribute in span / span element does not work?

Save! I think it's a fairly basic question, but come on. In one of the views of the application a table is mounted and in the rightmost column two elements are included to type span . At last I included the hidden (hidden="hidden") attribute....
asked by 02.06.2016 / 19:11
0
answers

How to make a tab with HTML and CSS?

I'm creating a layout, in some divs I wanted to make a separator in triangular format and get a background image, like the image below: In the case of the image is just an example, but the top rectangle has a background with image and I wo...
asked by 02.06.2016 / 19:49
1
answer

Row does not respect Div Padding

Row does not respect the padding of the div it's in. div[role="conteudo"]{ width: 100%; padding:0px; height: 100%; background-color: #FFF; } <div class="container" role="conteudo">...
asked by 31.05.2016 / 04:40
0
answers

How should I fill in the meta tags?

I was able to find ways to populate other meta tags but these, I have no idea. Does anyone have any ideas? <meta content='xxxxx' name='alexaVerifyID'/> <meta content='xxxxx' name='yandex-verification'/> <meta content='India' nam...
asked by 31.05.2016 / 21:26
1
answer

Is it possible to create css class at runtime? But with caveat!

I have a question that can be of help to many, the question is that in a form html we make much use of style class (css) to make life easier, it happens that being creating classes for some situations gets boring and many Sometimes we repeat the...
asked by 08.06.2016 / 16:01
1
answer

Variable is not being displayed in console.log ()

I'm reading a javascript book and the author asks for a console.log in the variable to display but does not display. function moneyTextToFloat(text) { var cleanText = text.replace("R$ ", "").replace(",", "."); return parseFloat(cleanTe...
asked by 08.06.2016 / 17:29
0
answers

Select multiple files

I need to select an average of 1500 to 3000 files, however, only 1200 are being selected with the input below. Anyone have an idea why? input class="form-control", type="file", accept="text/xml", name="file", id="file", multiple onchange="h...
asked by 23.05.2016 / 15:51
1
answer

Upload image using ajax

I wanted to insert an image into the server using AJAX. I have tried to do it in several ways but I am not able to send the image to the server. If anyone can get a solution, thank you! HTML <p>Imagem do Produto</p> <input...
asked by 16.06.2016 / 13:56
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