Scrollbar in ner Textarea

Status
Nicht offen für weitere Antworten.
V

Valium_D

Hi All!

Also, hab ma ne Frage:

Gibts ne Möglichkeit, die Scollbar einer Textarea ( von nem Formular ) wegzubekommen ???

Wenn ja, dann schreibts ma bitte !

Danke, Mirko "ValiumDealer" Stenz
 
hm hast du schon mit

scroll="no" oder scrollbar="no" ?.. naja textarea bin ich mir nicht sicher ob das geht, sorry
 
1. cih weiss es auch nicht, ABER

2. klau dir irgendwo den Quelltext wo es das gibt *gg* oda mach ein style sheet, dann hat die textarea ne schöne farbe, du weisst dem scrollbar ne schöne farbe zu und es sieht och gut aus, so hab ich das geamch, passt astrein zusamm!
 
Probiers mal damit:

Code:
<style>
<!--
TEXTAREA
 {
   SCROLLBAR-FACE-COLOR: "#620000"; 
   SCROLLBAR-HIGHLIGHT-COLOR: "#620000"; 
   SCROLLBAR-SHADOW-COLOR: "#620000"; 
   SCROLLBAR-ARROW-COLOR: "#620000"; 
   SCROLLBAR-BASE-COLOR: "#620000"
 } 
-->
</style>

Keine Ahnung obs funzt.:rolleyes:
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück