Remove browser's quirks

/*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; }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.