Can you style an iframe scrollbar without access to the iframe's css?

后端 未结 1 1871
-上瘾入骨i
-上瘾入骨i 2021-01-07 15:33

I am displaying the \"like box\" from Facebook (http://developers.facebook.com/docs/reference/plugins/like-box/) on a website. All the scrollbars on the website have a cust

相关标签:
1条回答
  • 2021-01-07 16:06

    Yeah, it appears you can do it like styling any other element. Link At the bottom it says:

    Setting an iframe or textarea scrollbar is the same as any other element. Either do it with classes, or add inline-style code into the tag itself.

    0 讨论(0)
提交回复
热议问题