vilhiem
06-24-2010, 11:50 AM
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 1277429260 at 1277429260 ---------------
Any ideas here ...?
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 1277429260 at 1277429260 ---------------
Any ideas here ...?