1
Reply

CSS code For Textbox

snowal raj

snowal raj

Dec 13 2016 3:26 AM
206
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)