How to apply a style to an iframe whose parent tag's id is known??
Example:
<div id="xyz">
<iframe ....> </iframe>
</div>
I want to apply style to iframe as height: 70px
.
I just got to know how to do this using CSS.
How can I do that using javascript. Any help very much appreciated!