How can I inject css into iframe content without using javascript or jquery.
Asked
Active
Viewed 756 times
1
-
2Do you not have access to the pages that you are iframing? – Daniel Casserly Sep 26 '12 at 13:43
1 Answers
0
Without direct access to the child page, you cannot modify its style. If you can, you can modify the style like any other page. Only the iframe tag itself can be subjected to styling without any javascript.
For styling with javascript see here.