Questions tagged as 'html'

1
answer

Width cube with jquery

Hi I'm doing a test site and I have a promotion div with 100% width, one ul with 100% width and 4 li with the products. When it's over 4 li, I want my promo div to have overflow-x: scroll, and my ul will increase its width by 30%. I tried to do...
asked by 08.07.2016 / 01:30
1
answer

How to remove validation icon required HTML5

How do I remove this icon marked above in the image?     
asked by 05.10.2015 / 19:49
1
answer

How to change the color of a FLAT-UI select without using less?

Is it possible to change the color of a select (from data-toggle select, including options) of Flat-UI by CSS without using less ?. In this FIDDLE that @dHEKU posted in the comments, the color of select default has al...
asked by 19.06.2015 / 22:32
3
answers

JS variable returning NaN

I'm assigning the sum of a column in an HTML table to a JS (sum) variable, but when I print it on the screen I get a NaN, does anyone know why? <tr> <td style="background:#c4ffd6;" align="center" class="qtd_recuperado"> &...
asked by 04.10.2017 / 13:59
2
answers

Calculating interest with javascript

I'm having a hard time putting together a script, I'm not sure how to calculate date interpolation with javascript, I was thinking of doing a screen that calculates interest, but returns real-time values on inputs that are disabled fol...
asked by 30.09.2017 / 15:48
1
answer

Get Specific CSS Element with +

My question is related to this question: What does the + sign mean in CSS? I'm using the + sign to make an effect on a form that I have. It works, but the question is that my form has validation. That is, when I click the button to su...
asked by 23.10.2015 / 19:29
3
answers

DIV Alignment

I have 3 Div, and I would like it to be arranged as follows: Div1isthedivthat"holds" the other two. I would like the DIV2 to be above DIV1 , overlapping the text. And that DIV3 should be in the footer behaving according to the size of...
asked by 26.10.2015 / 17:51
1
answer

Center element in the middle of two float elements

I'm developing a site that, in a given DIV, has three elements with defined width and height. These three elements are stylized according to the following rules: .blocks-h{ width: 320px; height: 150px; background: #DEDEDE; marg...
asked by 07.10.2015 / 22:33
1
answer

Javascript - Get object id in a list generated with PHP and HTML

How do I get the object id of a list by sending as a parameter to a javascript function. How do I put the id in the send () function? <?php foreach ($contatos as $contato) { ?> <!-- Inicio da tabela (Na verdade...
asked by 10.08.2015 / 14:17
2
answers

Set and change color in the menu depending on the scroll

Good afternoon I wondered if some way to change the color of a floating menu in a one page template depending on the section of the page where we are. As in this example: link But without using Bootstrap because I would like to keep my o...
asked by 31.07.2015 / 19:28