• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Scrollbar Look

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have following css:
body {
background-color: #FFFFFF;
background-position: center;
margin: 0px;
scrollbar-3dlight-color : #d9e1e8;
scrollbar-arrow-color : #003366;
scrollbar-base-color : #d9e1e8;
scrollbar-darkshadow-color : #d9e1e8;
scrollbar-face-color : #d9e1e8;
scrollbar-highlight-color : white;
scrollbar-shadow-color : silver;
scrollbar-track-color : #f2f5f7;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #003366;
text-decoration: none;
}
It is not working in IE 5.0 that comes with window professional and server intallation. Input components syles are also causing problems?
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Without looking it up, I am sure that IE5.0 does not support the version of CSS that allows you to handle scrollbar coloring.
 
reply
    Bookmark Topic Watch Topic
  • New Topic