Scroll bar colors

Theme, template, layout, or image issues

Scroll bar colors

Postby friban » Mon Oct 30, 2006 10:25 am

I'm trying to change the scroll bar colors of my roster. I added the lines below to the styles.css in the body section, but it still shows the default bars. Any help would be appreciated. Thanks.
body {
font-family:arial,helvetica,sans-serif;
background:#000000;
color:#ffffff;
font-size:12px;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #3B3B3B;
scrollbar-shadow-color: #3B3B3B;
scrollbar-3dlight-color: #3B3B3B;
scrollbar-arrow-color: #3B3B3B;
scrollbar-track-color: #3B3B3B;
scrollbar-darkshadow-color: #3B3B3B;
}


P.S.: I'm trying to call up the roster in an IFrame. The page can be seen here.
Last edited by friban on Mon Oct 30, 2006 10:26 am, edited 1 time in total.
friban
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Mon Oct 30, 2006 10:20 am

Scroll bar colors

Postby zanix » Mon Oct 30, 2006 1:37 pm

Well, Internet Explorer is the only browser that will pick these up

As for the scrollbar in the iframe, you may need to define that specifically
Code: Select all
iframe {
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #3B3B3B;
  scrollbar-shadow-color: #3B3B3B;
  scrollbar-3dlight-color: #3B3B3B;
  scrollbar-arrow-color: #3B3B3B;
  scrollbar-track-color: #3B3B3B;
  scrollbar-darkshadow-color: #3B3B3B;
}
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to Appearance

Who is online

Users browsing this forum: No registered users and 0 guests

cron