icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » All Things Techy » Web Standards Design » Scroll bar in a table

Web Standards Design Discuss accessibility, CSS, XHTML and more.

Reply
 
LinkBack Thread Tools Search this Thread
Old July 9th, 2007, 1:20 AM   #10 (permalink)
Registered User
Seasoned Poster
 
Joined in Aug 2006
43 posts
Gave thanks: 0
Thanked 0 times
Thank you very much! That did the trick! Do you know how I could change the color of the scroll bar? Or point me to a link that would explain how to change the color?
Thanks again.
Mayoman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 9th, 2007, 1:30 AM   #11 (permalink)
Race Surpass
Super #1
 
MarkRH's Avatar
 
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,218 posts
Gave thanks: 18
Thanked 86 times
Here's a tutorial I found: http://www.webdevelopersnotes.com/ti..._tutorial.php3

when googling:

http://www.google.com/search?hl=en&q...r+of+scrollbar

Hope it helps.
MarkRH is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 9th, 2007, 1:30 AM   #12 (permalink)
wgm
Registered User
Super #1
 
Joined in Mar 2005
Lives in Washougal, WA
1,302 posts
Gave thanks: 23
Thanked 39 times
Scroll bars http://www.htmlgoodies.com/beyond/cs...le.php/3470421

Code:
<STYLE TYPE="text/css">   

BODY 
{ 
scrollbar-base-color: orange; 
scrollbar-arrow-color: green;
scrollbar-DarkShadow-Color: blue; 
}
</STYLE>

<FORM>
<TEXTAREA COLS="10" ROWS="10" STYLE="scrollbar-base-color:pink;scrollbar-arrow-color:purple;">
Text in the box
</TEXTAREA>
</FORM>
wgm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 9th, 2007, 1:53 AM   #13 (permalink)
Registered User
Seasoned Poster
 
Joined in Aug 2006
43 posts
Gave thanks: 0
Thanked 0 times
Thanks for all the help.
Mayoman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 9th, 2007, 2:00 AM   #14 (permalink)
wgm
Registered User
Super #1
 
Joined in Mar 2005
Lives in Washougal, WA
1,302 posts
Gave thanks: 23
Thanked 39 times
Hmmm, the style one I posted only works in IE.

Just adding...
scrollbar-base-color: black;
scrollbar-arrow-color: green;
wgm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 9th, 2007, 2:09 AM   #15 (permalink)
Registered User
Seasoned Poster
 
Joined in Aug 2006
43 posts
Gave thanks: 0
Thanked 0 times
Yep, I read on another site that firefox doesn't read scroll bar code and will only display the default color which is light blue.
Mayoman is offline  
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 Search this Thread
Search this Thread:

Advanced Search

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

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