| Web Standards Design Discuss accessibility, CSS, XHTML and more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#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. |
|
|
|
|
|
#11 (permalink) |
|
Race Surpass
Super #1
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.
__________________
|
|
|
|
|
|
#12 (permalink) |
|
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>
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|