Is there any possibility to style iframe content ?
I am working on Google integration and including iframe with document.
<iframe src="https://docs.google.com/document/d/1FXbO5XkM5jIcvkqNTEu2EoxmU9UmlyLaa8NPmlcQW1M"></iframe>
This google document has Menu(File, Edit …) which i dont want to be displayed. Is there any possibility to target this elements and give them attributes such as . Display:none ? Or simply hide this elements somehow ?
Thanks !
well, as you said somehow,
you could try:
‘Seems’ to do the job: http://jsfiddle.net/Tey5f/3/
or you could: