Questions tagged as 'html5'

2
answers

How to change the default colors of the options of a select?

What I would like to do is that the drop-down list that comes out of a select that in this case would be a set of options , have a different background color and when they are passed over it modify the key of it. CSS code:...
asked by 09.02.2017 / 21:50
3
answers

Load a table with data

Working in ASP.NET MVC 5 I want to populate a table with data that a list brings me. table HTML <table class="table"> <tr> <td>ProveedorId</td> <td>Razón Social</td> <td>...
asked by 13.02.2017 / 20:47
1
answer

modify the name of an input with jquery

Someone can help me, I am dynamically creating elements dynamically inputs with the .clone () method with jquery but I want to change the name of the input that clono, for example if I have the following input This is the input that clono &...
asked by 31.05.2018 / 18:31
1
answer

Because div occupies the height: 100% without indicating it

Because the div with class iconmas occupies me in height 100% without saying it, I only indicate padding 0 0.5% .padre { position:relative } .ttcategoriax { position: relative; width: 100%; } .ttcategoriax p {...
asked by 05.03.2018 / 23:52
1
answer

Change the width of the bars in google chart

Currently I have the following code where I make the comparison of two data and I graph them in a bar graph, the problem is that the width of the bar is very thick and I want to reduce it, if I enter more data in said graph the width of the bar...
asked by 09.08.2018 / 14:35
1
answer

The text comes out of the tag in html-css

I need to enter text in a <div> that is the white border box and this is within a <span> . . But when I do, the text goes to the bottom of the page, I already tried to use several properties to align text, float,...
asked by 09.08.2018 / 01:16
2
answers

Select all odd elements, but nth-of-type (odd) does not help [closed]

I'm doing an exercise in which I have to color all the odd items in one color and the pairs in another. As I have each article separated by section , I have implemented in CSS the following: section:nth-of-type(odd){ background: #D...
asked by 30.01.2018 / 21:17
1
answer

Why do I eat part of the content when I put the fixed menu?

I have a problem with the menu and content, because when I put the menu fixed and click on "us" I eat part of the content, my menu is scroll. I leave attached the link of the files. It's the first time I publish, so I apologize if I publish s...
asked by 03.04.2018 / 01:08
1
answer

Id in Html variable

I'm having a problem with a label, I want to change the id (that varies by number depending on the table that belongs) and on the line: document.getElementById('labelUsuario').id = "" + numeroMesa + ""; I get the following error: angular....
asked by 05.10.2017 / 13:16
1
answer

Help with PHPMailerAutoload.php

I am trying to send an email using the php library that is PHPMailerAutoload.php The reason I use this library is to retrieve a user's password. NOTE: I am using gmail. I have the code configured this way: //Método getValor function getValor($...
asked by 05.09.2017 / 00:12