i need to make my iframe to show me a specific area of a website in my page. i failed to find the answer on the internet, i tried several codes but nothing seems to work. if anyone is kind enough to show me how to do the exact location - i need it to be where the scrolling news part is. thank you!
this is my code-
<section><iframe src="http://www.walla.co.il" scrolling="no" frameborder="0"></iframe></section>
the css -
iframe { width:130px; height:275px; position:absolute; top:40px; left:55px; clip:rect(692px 682px)}