Can iFrame Scrollbars be skinned in webkit?

Posted by Mr. Bamboo on Stack Overflow See other posts from Stack Overflow or by Mr. Bamboo
Published on 2009-09-03T06:47:19Z Indexed on 2010/04/30 7:07 UTC
Read the original article Hit count: 341

Filed under:
|
|

It's pretty well known by now that you can style scrollbars using the webkit specific CSS tags (::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment, etc. ). However, I've noticed that I cannot style the scrollbars attached to iFrames.

Question: Is there a way to access and style the scrollbars on the iFrame using webkit? (Yes, I've actually got a particular scenario where I'd like to be able to do this.)

Thanks much in advance for any help!

© Stack Overflow or respective owner

Related posts about webkit

Related posts about iframe