Whenever you do a textarea script, the box always shows a scrollbar.
Is there a WAY in css or otherwise to eliminate the scrollbar other than coloring everything as below?
<style type="text/css">
textarea {
scrollbar-face-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#000000;
background-color:#000000;
}
Thanks!
The KRYPTOR 
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".
Please login or register to view this content. Registration is FREE
|