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:...
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>...
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
&...
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
{...
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...
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,...
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...
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...
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....
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($...