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