snowal raj

snowal raj

  • NA
  • 166
  • 37.6k

CSS code For Textbox

Dec 13 2016 3:26 AM
Hai ,
       I create small application using  six textbox,i have css  code for textbox for comman is
 
.TextBox
{
font-size:medium;
font-family:Times New Roman;
height:18px;
width:130px;
position:absolute;
padding:60px;
text-align:left;
}
but its not working correctly .
property top and left is automaticaly  adding  in css code when i drag a one textbox.
but i need avoid this 
 
 
 
 
 
 
 
 
     
 

Answers (1)