Remove browser's quirks

Ahmad Alfy 28th of March 2012

/*remove the webkit orange/light-blue border around text-inputs and textareas */
input:focus, textarea:focus{
    outline: none;
}

/*remove the ugly dotted borders around links in firefox*/
a:focus{
    outline: none;
}

/*remove the webkit resizing icon in the bottom right of any textarea*/
textarea{
    resize: none;
    -moz-resize: none; /* FF4 - via @sambowler */
}

/*remove the textarea's vertical scrollbar in IE6, IE7, IE8*/
textarea{
    overflow: auto;
}
259
Views
0
Comments
0
Downloads
Comments
Only Code Pad members can post comments!

Want to join Code Pad Request An Invite
    No Comments Posted

Suppo - Create, Customize & Host
Your App Support Page at Suppo

Snippet Details

Keyboard Shortcuts

DDownload

TTweet

FFull View

Next Snippet

Previous Snippet