Google Chrome by default shows a border across textbox when user click on it, for remove this problem follow this simple code
How to remove border from textbox in chrome
How to remove border from textbox in chrome
CSS CODE
.textbox:focus { outline:none; }
HTML CODE
Download File Used in this example View Live DemoTextbox with Default Settings
Textbox without border
No comments:
Post a Comment