Daniel: Scrollen geht bei IE, bei Firefox jedoch nicht :(

Beitrag lesen

Hi,

Der Browser-interne passt nicht zu dem Style auf meine Seite...!
Und ist mir auch sonst zu einfach und langweilig!

Doch beim Internet.explorer funktioniert es einwandfrei...! Komisch aber wahr..

Du kannst per CSS nur für den IE die scrollbalken einstellen, jeder andere mir bekannte browser igniert dies, je nachdem für welche element du die angaben machst sind die scrollbalken der nachfolgenden elemente im IE so formatiert.

  
    body {scrollbar-base-color:#BCCFBC;  
          scrollbar-3d-light-color:#BCCFBC;  
          scrollbar-arrow-color:#fff;  
          scrollbar-darkshadow-color:#ACC0AC;  
          scrollbar-face-color:#BCCFBC;  
          scrollbar-highlight-color:#BFDABF;  
          scrollbar-shadow-color:#ACC0AC;  
          scrollbar-track-color:#B6CCB6;}  
    div { scrollbar-base-color:#BCCFBC;  
          scrollbar-3d-light-color:#BCCFBC;  
          scrollbar-arrow-color:#fff;  
          scrollbar-darkshadow-color:#ACC0AC;  
          scrollbar-face-color:#BCCFBC;  
          scrollbar-highlight-color:#BFDABF;  
          scrollbar-shadow-color:#ACC0AC;  
          scrollbar-track-color:#B6CCB6;}  

MfG