Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS -webkit-scrollbar not working

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #151086
    Rushdy
    Participant

    hello i am very new to webkit tools and have got some tutorial cods from your site and inculded in my css file but webkit css is not working i have attached a part of my css file bellow

        /*TODO Remove this - need to suppress output of footer rather than just hiding it */ 
        ::-webkit- scrollbar { width: 12px; } 
        ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px; }     
    
    ::-webkit-scrollbar-thumb { border-radius: 10px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); }
    
        .PageFooter{display:none;}
    
        .ShoppingBag #headerBackground { height: 32px; background-color: #F1F1F1; } 
    

    have i missed out any

    #151102
    Paulie_D
    Member

    We’d need to see a link or Codepen example.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.