How can I have a widget with an <iframe> open a webpage at a specific position ...?
How can I have a widget with an <iframe> open a webpage at a specific position ...?
I want the webpage to be positioned at x from left and y from top ...?
For instance, if I want to open the Yahoo News page (see below) to the "Top News" portion (and skip all the stuff above it) ... how can I do it?
I know the code to open the page (again, see below) but don't know how to position it.
Any help is greatly appreciated!!!
<iframe src ="http://news.yahoo.com/" width="610" height="1000">
<p>Your browser does not support iframes.</p>
</iframe>
--------------- Added [DATE]1277429260[/DATE] at [TIME]1277429260[/TIME] ---------------
Any ideas here ...?
|