Thread: scroll bar
View Single Post
  #3 (permalink)  
Old 24-09-2007, 08:33 PM
mysticmind's Avatar
mysticmind mysticmind is offline
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,687
Rep Power: 145
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
or refine the textarea , input etc standard tag in css.
HTML Code:
textarea {
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
/* or with background image */
/* background-image: url('ulr/img.png); */
font-family: Verdana, Arial, Tahoma;
font-size: 10px;
color: #000000
}
but that apply to all textarea.. for specific target use custom class as iamfreelancer given above.

Anyway!.. The <textarea> Scrollbar appear by default if the text typed long and enter enter enter enter inside..

REMEMBER! CSS IS FUN..
__________________
Personal's Blog! - Malaysian Artist!

Last edited by mysticmind; 24-09-2007 at 08:35 PM.
Reply With Quote