0

i have this code with and I want to hide the logo and other content of Iframed page. Already used Div and it is works, but it is temporary solution. I want to hide it through CSS make it permanently

<div style="left: 0px; position: relative; display: inline-block; overflow: hidden; height: 450px;">
    <iframe style="position: relative; top: -73px;" src="https://awewallet.com/cardsystem/chkbal" width="550" height="615" frameborder="0" scrolling="no"></iframe>
         </div>
James Z
  • 12,209
  • 10
  • 24
  • 44
Aman
  • 1
  • 2
  • You can't modify anything inside the iframe when it is not from same domain as page it is injected in. If current solution is working ... use it – charlietfl Nov 04 '17 at 13:50
  • @charlietfl i agree I can't hide but do you have any Other way to hide the content... – Aman Nov 04 '17 at 13:51
  • Only by adding overlays that cover part of the iframe or setting negative margin or position on iframe so it moves up inside it's parent – charlietfl Nov 04 '17 at 13:56
  • @charlietfl Yes I already did the same but it is the best way to do the same.. – Aman Nov 04 '17 at 14:02
  • Yes...no simple way to do it unless you control the code inside the iframe also – charlietfl Nov 04 '17 at 14:07
  • Possible duplicate of [How to apply CSS to iframe?](https://stackoverflow.com/questions/217776/how-to-apply-css-to-iframe) – Temani Afif Nov 04 '17 at 15:03

0 Answers0