|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Sep 2004
11 posts
Gave thanks: 0
Thanked 0 times
|
Can someone help me
Okay can someone tell me what the heck is wrong with my style sheet? When I view it everything else turns out fine except for the scrollbar part. It still comes up the same generic one.
BODY { scrollbar-DarkShadow-Color:#dbe2ed; scrollbar-Track-Color: #556d8b; scrollbar-Face-Color: #dbe2ed; scrollbar-Shadow-Color:#dbe2ed; scrollbar-3dLight-Color:#556d8b; scrollbar-Highlight-Color:#dbe2ed; scrollbar-Arrow-Color:#556d8b; }font-style: normal; font-variant: normal; font-weight: normal; font-size: 11px; line-height:10px; font-family: Verdana; background-color:#556D8B; cursor: arrow; margin:0; color: #FFFFFF; } A:link { font-weight:bold; color: #FFFFFF; cursor: crosshair; height:11px; text-decoration: none; } A:visited { font-weight:bold; color: #FFFFFF; cursor: crosshair; height:11px; text-decoration: none; } A:active { font-weight:bold; color: #FFFFFF; cursor: crosshair; height:11px; text-decoration: none; } A:hover { font-weight:bold; cursor: crosshair; height:11px; text-decoration: blink; color: #dbe2ed; } .sty51 { font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; } .sty55 { font-size: 10px; color: #FFFFFF; } |
|
|
|
|
|
#2 (permalink) |
|
minor deity
Super #1
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,395 posts
Gave thanks: 28
Thanked 94 times
|
scrollbar is not a supported characteristic - except for I.E.
You can validate your CSS at w3c.org
__________________
Proud to be a Surmunity Mod! XEON Make a fundamental difference! My Sites: Curious about Brewing Beer? Join the community! >>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax Get into an Art museum Victorian London It's your brain -ON WEB - mybrainhost.com (under development) What SHOULD Government do? Much Less than it Does! |
|
|
|
|
|
#3 (permalink) | |
|
Registered User
Fresh Surpasser
Joined in Oct 2003
Lives in Dallas
Hosted on Pilot
13 posts
Gave thanks: 0
Thanked 0 times
|
I'm not a CSS expert but your problem could be a misplaced closing bracket.
Quote:
|
|
|
|
|