1
Hardy
Scrollbar not colorized
  • 2003/12/29 18:04

  • Hardy

  • Just popping in

  • Posts: 38

  • Since: 2003/11/16


Why my scrollbar doesnt have a color but in my css file is have the code...

Please help me

look athttp://www.micro.elixant.com

2
studioC
Re: Scrollbar not colorized
  • 2003/12/29 18:26

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


hello hardy,..

try using
*{
scrollbar-face-color: #E7EEF4;
scrollbar-arrow-color: #2B3034;
scrollbar-track-color: #D8E0E8;
scrollbar-shadow-color: #D8E0E8;
scrollbar-highlight-color: #D8E0E8;
scrollbar-3dlight-color: #D8E0E8;
scrollbar-darkshadow-Color: #E7EEF4;
}
instead of putting it in the body{}

sometimes IT WORKS...

from
GERMANY
michael

3
Stewdio
Re: Scrollbar not colorized
  • 2003/12/29 18:28

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Remove your scroller attributes out of the {body}

I placed all mine at the top of my .css sheet, completely away from anything else. Your's should be the same.

Change:
body {
    
color#2B3034;
    
background-color#E7EEF4;
    
font-size11px;
    
margin3px;
    
scrollbar-face-color#E7EEF4;
        
scrollbar-arrow-color#2B3034;
        
scrollbar-track-color#D8E0E8;
        
scrollbar-shadow-color#D8E0E8;
        
scrollbar-highlight-color#D8E0E8;
        
scrollbar-3dlight-color#D8E0E8;
        
scrollbar-darkshadow-Color#E7EEF4;
}


to
body {
    
color#2B3034;
    
background-color#E7EEF4;
    
font-size11px;
    
margin3px;}

*  {
    
scrollbar-face-color#E7EEF4;
    
scrollbar-arrow-color#2B3034;
    
scrollbar-track-color#D8E0E8;
    
scrollbar-shadow-color#D8E0E8;
    
scrollbar-highlight-color#D8E0E8;
    
scrollbar-3dlight-color#D8E0E8;
    
scrollbar-darkshadow-Color#E7EEF4;
}


Hope this helps.
Cheers!

4
Stewdio
Re: Scrollbar not colorized
  • 2003/12/29 18:30

  • Stewdio

  • Community Support Member

  • Posts: 1560

  • Since: 2003/5/7 1


Heh, hit submit a little too late, studioC beat me to it

5
studioC
Re: Scrollbar not colorized
  • 2003/12/29 18:33

  • studioC

  • Friend of XOOPS

  • Posts: 922

  • Since: 2003/12/7


YES greetings to toronto...
michael

6
Hardy
Re: Scrollbar not colorized
  • 2003/12/30 16:46

  • Hardy

  • Just popping in

  • Posts: 38

  • Since: 2003/11/16


yess its work now...

i'm very2 thanks for you all.. :)
i think there is mistakes on my XOOPS :p

Login

Who's Online

226 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits