XSLT and long iframes
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
When I use XSLTProccesor to completely rerender a page where the newly rendered page contains a long iframe, FireFox renders a scroll bar on the outer page but the scroll bar does not allow one to scroll to the end of the iframe. (Note: It appears to work in Opera and the html generated by xsltprocessor seems to work as desired when copied and opened as a static html page. In others words as plain html the generated html supports the desired scrolling.) Is this a known problem? If not I can post a link illustrating the problem. Note: The xsltprocessor is producing a page that looks like <html> <head> <title>Blog</title> </head> <body> <div> <iframe scr="http://rosebayblog.blogspot.com/" width="100%" height="5000px"> </iframe> </div> </body> and this page completely replaces the original page rather than just updating the body. Is there a known work around? John Perkins Salem, NH