Thursday, September 09, 2010
   
Text Size

Remove border around textbox in google chrome

Web Design and Development Tips

User Rating: / 4
PoorBest 

you might have noticed while browsing your site or other sites in Google Chrome that a automatic border come's around the text boxes. Here the solution to get rid of the chrome default textbox border

 

in your CSS just add the following

# if you want to remove the border for all the textboxes use :

*:focus {outline: none;}

# If you want to remove the border for select fields, Add this class to the input fields :

.nohighlight:focus { outline:none; }

 

Your are Done.. don't forget to post your comments.


Add comment


Security code
Refresh

Featured Links:
Banner
Banner
mod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_counter
mod_vvisit_counterToday48
mod_vvisit_counterYesterday105
mod_vvisit_counterThis week451
mod_vvisit_counterLast week620
mod_vvisit_counterThis month753
mod_vvisit_counterLast month4836
mod_vvisit_counterAll days30366

We have: 1 guests online
Your IP: 38.107.191.95
 , 
Today: Sep 09, 2010

Gallery

No images