friends;
i create i new css file with this code
'====================
input
{
border-color :Green ;
border-width:thick ;
border-style :dotted ;
}
''''''''''''''''''''''''=
when apply this css to my page the button and textbox are changed
what i want i want to change the textbox only
how can i do that with css in asp
i create i new css file with this code
'====================
input
{
border-color :Green ;
border-width:thick ;
border-style :dotted ;
}
''''''''''''''''''''''''=
when apply this css to my page the button and textbox are changed
what i want i want to change the textbox only
how can i do that with css in asp