Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  permalink
    I have bee trying to update the color of my scroll bars on a DIV tag but i dont see any-anything.


    [CODE]

    #apDiv1 {
    position:relative;
    left:0;
    top:0;
    width:655px;
    height:230PX;
    z-index:1;
    overflow:auto;

    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #000000;
    }
    [/CODE]
  2.  permalink
    You can't aplly it to the div tag plus it's MS specific style properties mostly supported by IE only.

    Cheers, DS
Add your comments
    Username Password
  • Format comments as (Help)