This is out of the box mvc3 stock grade plain vanilla jquery behavior? Is this default styling behavior? How do I make it NOT transparent? Thx!
Just Give the z-index style value for the input field a higher value and also make the position relative, i.e.,
z-index
relative
position: relative; z-index: 10000;
It will work smoothly.