Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Design

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 24-09-2007, 10:06 AM
nana86's Avatar
Novice Webmaster
 
Join Date: May 2007
Location: KL
Posts: 35
Rep Power: 0
nana86 is on a distinguished road
Send a message via MSN to nana86 Send a message via Yahoo to nana86 Send a message via Skype™ to nana86
scroll bar

Dear all..

i'm designing a portal using html+css, and i wanna have scrollbar inside it.
my problem is, the scrollbar is already there but how to set the font, what if i want to add images inside it..??
below is what i've done

from page.html

<FORM>
<textarea cols="70" rows="15" style="border:0;" >
the content
</textarea>
</FORM>


from layout.css

body {
background-image:url('images/bg.jpg');
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 10px;
text-align:center;
margin-left:auto; margin-right:auto; margin-top:0; margin- bottom:auto;

scrollbar-face-color: #3E5221;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}


am i using the rite way?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 24-09-2007, 04:16 PM
iamfreelancer's Avatar
Vibrate your Brain Please
 
Join Date: Sep 2005
Location: in my body lar...
Posts: 1,212
Rep Power: 62
iamfreelancer will become famous soon enough iamfreelancer will become famous soon enough
your code apply to the page scroll... if you wanted to change just the textarea scrollbar... try using the below:

HTML TEXTAREA:
HTML Code:
<FORM>
<textarea class="TextAreaBox" cols="70" rows="15" style="border:0;" >
the content
</textarea>
</FORM>
CSS:
HTML Code:
.TextAreaBox{
background-image:url('image/bg.jpg');
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 10px;
text-align:center;
margin-left:auto; margin-right:auto; margin-top:0; margin- bottom:auto;

scrollbar-face-color: #3E5221;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 24-09-2007, 08:33 PM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,604
Rep Power: 141
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-10-2007, 12:13 PM
nana86's Avatar
Novice Webmaster
 
Join Date: May 2007
Location: KL
Posts: 35
Rep Power: 0
nana86 is on a distinguished road
Send a message via MSN to nana86 Send a message via Yahoo to nana86 Send a message via Skype™ to nana86
thanks ya..
still work on it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
scroll sunshinerocke Website Design 9 15-05-2003 03:04 AM
IE scroll bar rix Mamak Stall 2 20-06-2002 09:16 PM



All times are GMT +8. The time now is 02:23 PM. Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58