I am trying to removed the scrolling bar feature in an iframe. I am using the following code, (overflow and scrolling commands) but it does not seem to be working - the iframe is still scrolling when the mouse hovers over it.
I don’t see scrolling="no" in the iframe code on the page you linked to. When I add that attribute, it successfully hides the scrollbars on Safari, Firefox, and Chrome. Try replacing the current iframe code with what’s below. You should be able to leave everything else the same.
Edit: Nevermind. I tried on my test site and it looks like it strips the scrolling="no" when the post is cooked. Hopefully someone will chime in with a suggestion!
Edit 2.0:
Try adding this to the </head> tab of your current theme:
Ah sim, as coisas definitivamente mudaram um pouco desde então! Abaixo, incluí um exemplo direcionado com base no nosso método de decoração atualmente preferido.
O seguinte código precisará ser adicionado à tag </head> de um tema/componente:
O iFrame é bem longo, mas não importa qual valor de height= eu use, ele não parece se estender acima de uma certa altura. Existe uma solução alternativa para isso?