0

I made an iframe at Rubiks3x3.com to show users of my page algrithms. You get the following code:

<iframe height="270" width="300px" scrolling="no" frameborder="0" src="https://rubiks3x3.com/algorithm/"></iframe> 

There is the 'scrolling attribute. My Validator says it is obsolete and gives me a link where it says I should add the attribute "overflow" to the root element of the containing document, but I can't find a way to do so because I can't find a way to contact elements inside the document embedded. Is CSS really the right way to do something like that? If yes how; and if no what else can I use?

Community
  • 1
  • 1
Tobi Fischer
  • 36
  • 2
  • 6
  • 1
    Possible duplicate of [HTML iframe - disable scroll](http://stackoverflow.com/questions/15494568/html-iframe-disable-scroll) – Punit Dec 04 '16 at 19:02
  • `overflow:hidden` is the CSS way – jediz Dec 04 '16 at 19:06
  • Yeah, I know, but my problem is not the way how to write it but the way to contact the "root element" of the embedded element. I can write `overflow: hidden` whereever I want but it doesn't have any effect to the iframe... – Tobi Fischer Dec 04 '16 at 19:34

0 Answers0